mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-09 15:27:38 +00:00
ICU-86 Added default converter setting for OS400.
X-SVN-Rev: 436
This commit is contained in:
parent
18b4572ad4
commit
34f6f3b538
1 changed files with 1 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue