[i18n] IMP 4: Korean user problems

Nate Carlson natecars at real-time.com
Wed Jan 26 11:13:29 PST 2005


On Wed, 26 Jan 2005, Jan Schneider wrote:
> Yeah, the libraries we use to convert charsets, don't know the
> ks_c_5601-1987 charset. You can either try to locate the charmap for
> EUC-KR on your system (mine are in /usr/share/i18n/) and create a
> symbolic link to KS_C_5601-1987.

This didn't seem to work - do I need to rebuild something after doing 
that?

> Or go to lib/Horde/Util/String.php and add
> if ($from == 'ks_c_5601-1987') {
>      $from = 'EUC-KR';
> }
> to the convertCharset() method after the String::lower lines.

Great, that appears to work! What's the long-term solution for this bug?  
Appeal to the glibc guys to include ks_c_5601-1987 as an alias to EUC-KR?

(I'm assuming that a patch to Horde that does the above in String.php
would not be accepted, right?)

-- 
Nate Carlson <natecars at real-time.com>   | Phone : (952)943-8700
http://www.real-time.com                | Fax   : (952)943-8500



More information about the i18n mailing list