-
Type:
Bug
-
Status: Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 7.8.12
-
Component/s: Documentation
-
Labels:None
-
Pull Request URL:
-
Compatibility:Point
The documentation for the UTF8 data type includes these examples:
utf8 FirstName := U'Noe#l'; // utf-8-encoded string UTF8_de MyUnicodeString := U'abcd\353'; // becomes 'abcdë' with a German locale
The prefix for a literal UTF8 string is 'U8' instead of 'U'.