ICU-86 Added default converter setting for OS400.

X-SVN-Rev: 436
This commit is contained in:
Helena Chapman 1999-12-20 18:24:20 +00:00
parent 18b4572ad4
commit 34f6f3b538

View File

@ -1358,10 +1358,7 @@ static char* u_bottomNBytesOfDouble(double* d, int n)
const char* icu_getDefaultCodepage()
{
#if defined(OS400)
/* Currently TBD
in the future should use thread specific CP
*/
return NULL;
return "ibm-37";
#elif defined(OS390)
return "ibm-1047";
#elif defined(XP_MAC)