ICU-4280 Improve the z/OS ASCII support.
The Lotus specific addition apparently wasn't needed. X-SVN-Rev: 16923
This commit is contained in:
parent
466b466b9f
commit
9bf6134869
@ -22,10 +22,11 @@
|
||||
#include "unicode/utypes.h"
|
||||
|
||||
/* This should usually be called before calling u_parseArgs */
|
||||
#if defined(OS390) && (U_CHARSET_FAMILY == U_ASCII_FAMILY)
|
||||
/*#if defined(OS390) && (U_CHARSET_FAMILY == U_ASCII_FAMILY)*/
|
||||
/* translate args from EBCDIC to ASCII */
|
||||
# define U_MAIN_INIT_ARGS(argc, argv) __argvtoascii_a(argc, argv)
|
||||
#elif defined(XP_MAC_CONSOLE)
|
||||
/*# define U_MAIN_INIT_ARGS(argc, argv) __argvtoascii_a(argc, argv)*/
|
||||
/*#elif defined(XP_MAC_CONSOLE)*/
|
||||
#if defined(XP_MAC_CONSOLE)
|
||||
# include <console.h>
|
||||
/* Get the arguments from the GUI, since old Macs don't have a console Window. */
|
||||
# define U_MAIN_INIT_ARGS(argc, argv) argc = ccommand((char***)&argv)
|
||||
|
Loading…
Reference in New Issue
Block a user