tango.text.UnicodeData

Members

Functions

getFoldingCaseData
FoldingCaseData* getFoldingCaseData(dchar code)
Undocumented in source. Be warned that the author may not have intended to support it.
getSpecialCaseData
SpecialCaseData* getSpecialCaseData(dchar code)
Undocumented in source. Be warned that the author may not have intended to support it.
getUnicodeData
UnicodeData* getUnicodeData(dchar code)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

FoldingCaseData
struct FoldingCaseData
Undocumented in source.
SpecialCaseData
struct SpecialCaseData
Undocumented in source.
UnicodeData
struct UnicodeData
Undocumented in source.

Meta

License

BSD style: $(LICENSE)

Version

Initial release: Sept 2007, 2010

Authors

Peter, Moritz Warning

Contains the Unicode Data files converted to structs and simple accessor functions. This file is generated by a Perl script. All necessary changes should be made in the script, not in this file.