ICU-86 Added default converter setting for OS400.
X-SVN-Rev: 436
This commit is contained in:
parent
18b4572ad4
commit
34f6f3b538
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user