CCSID
used to represent a CCSID, now a char* encoding string.
Static Public Member Functions | |
static char const * | getDefaultName () |
replaces CCSID::getSystemCCSID() - call ICU ucnv_getDefaultName() which is described as: Get the default converter name that is currently used by ICU and the operating system. | |
static char const * | getDefaultSBCSInputCCSID (void) |
return a string version of the default single byte input ccsid | |
static char const * | getDefaultSBCSOutputCCSID (void) |
return a string version of the default single byte output ccsid |
char const * uima::CCSID::getDefaultName | ( | void | ) | [inline, static] |
replaces CCSID::getSystemCCSID() - call ICU ucnv_getDefaultName() which is described as: Get the default converter name that is currently used by ICU and the operating system.
TODO: this also replaces CCSid::getConsoleCCSID() is this the right thing to do ?
char const * uima::CCSID::getDefaultSBCSInputCCSID | ( | void | ) | [inline, static] |
return a string version of the default single byte input ccsid
Referenced by uima::convertFromString().
char const * uima::CCSID::getDefaultSBCSOutputCCSID | ( | void | ) | [inline, static] |
return a string version of the default single byte output ccsid