Classes | |
class | CP_TextEncoder |
Base class used with the CP_String class to provide conversion between Unicode and ASCII encodings. More... | |
class | CP_MacRomanTextEncoder |
CP_TextEncoder class to provide text encoded in the MacOS Roman encoding. More... | |
class | CP_WindowsLatin1TextEncoder |
CP_TextEncoder class to provide text encoded in the Windows Latin1 encoding. More... | |
class | CP_US_ASCIITextEncoder |
CP_TextEncoder class to provide text encoded in the US ASCII encoding. More... | |
class | CP_UTF8TextEncoder |
CP_TextEncoder class to provide text encoded in UTF-8 encoding. More... |