Weizhong Gong <[email protected]> writes: > I downloaded gettext 0.19.1 and libiconv 1.14 source tar balls, and > compile/install them on AIX 5.3, and did a test using zh_CN.utf8 > locale by a very simple C program, but found it not working (I did a > test on AIX 7.1 using the gettext command before and that one failed, > so that's why I tried to build from latest source codes, but found it > still not working).
Is the zh_CN.utf8 locale usable on your system? Check if the output of 'locale -a' command includes zh_CN.utf8. Regards, -- Daiki Ueno
