Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
8.2.12
-
None
-
Point
-
Not applicable
Description
Syntax and text missing optional _n for number of characters in the UTF8 string.
Examples:
UTF8_4 FirstName := U8'Noël';
// 4-character utf-8-encoded string
UTF8_de_5 MyUnicodeString := U8'abcd\353';
// becomes 'abcdë' with a German locale