ocean.text.UnicodeData

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.

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

Tango Dual License: 3-Clause BSD License / Academic Free License v3.0. See LICENSE_TANGO.txt for details.

Version

Initial release: Sept 2007, 2010

Authors

Peter, Moritz Warning