Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members

FXEX::FXUnicode Namespace Reference

The FXUnicode namespace contains a collection of function which can encode/decode UTF8 character strings. More...


Functions

FXushort utf8CharEncode (const FXchar *text, FXint max)
FXString utf8CharDecode (FXushort ch)
FXint utf8CharLen (const FXchar *text, FXint max)


Detailed Description

The FXUnicode namespace contains a collection of function which can encode/decode UTF8 character strings.

Function Documentation

FXushort utf8CharEncode const FXchar * text,
FXint max
 

encode a text string to a unicode character.

FXString utf8CharDecode FXushort ch
 

decode a unicode character back into a text string.

FXint utf8CharLen const FXchar * text,
FXint max
 

return the number of unicode characters in a given text string.