Skip to:
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 stringUTF8_de_5 MyUnicodeString := U8'abcd\353';// becomes 'abcdë' with a German locale
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