Unicode string representation.
Source position: charset.pp line 27
type tunicodestring = ^tunicodechar; |
tunicodestring is a type used to represent Unicode strings in this file, it should not be used for other Unicode routines.
|
Unicode character representation. |