CCSID used to represent a CCSID, now a char* encoding string.
Static Public Member Functions | |
| 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. | |
| char const * | getDefaultSBCSInputCCSID (void) |
| return a string version of the default single byte input ccsid | |
| char const * | getDefaultSBCSOutputCCSID (void) |
| return a string version of the default single byte output ccsid | |
|
|
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 ? |
|
|
return a string version of the default single byte input ccsid
|
|
|
return a string version of the default single byte output ccsid
|
1.3.9.1