Menu

#22 iconv support under FreeBSD

open
nobody
None
5
2007-12-13
2007-12-13
Anonymous
No

To compile YSM under FreeBSD 6.0 with russian recode support I had to change 3 lines in YSM_Charset.c:

was:
ASCII_2_ucs4 = iconv_open("UCS4","ASCII");

correct:
ASCII_2_ucs4 = iconv_open("UCS-4","ASCII");

After replace every "UCS4" to "UCS-4" russian messages start to work.

Discussion


Log in to post a comment.