[Overview][Types][Classes][Procedures and functions][Index] |
Unicode character classification and conversion
uses |
||
|
The system unit |
|
|
Unicode data management |
The character unit contains the TCharacter class, which consists mainly of class functions. It should not be constructed, but its class methods can be used. All class methods also exist as regular methods.
Many routines depend on unicode collation data to be present in the binary (or distributed on disc with the application. This data can be loaded using the routines in the unicodedata unit.. The FPC project distributes some unicode collation data in .bco files which can be loaded using the LoadCollation routine from that unit.