[i18n] IMP 4: Korean user problems
Jan Schneider
jan at horde.org
Wed Jan 26 11:58:58 PST 2005
Zitat von Nate Carlson <natecars at real-time.com>:
> 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?
No idea, honestly.
>> 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?
Yeah, maybe.
> (I'm assuming that a patch to Horde that does the above in String.php
> would not be accepted, right?)
Exactly.
Jan.
--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/
More information about the i18n
mailing list