[Tickets #8780] Re: output from localeconv() must be converted from $nls['charsets']['xx_XX'] encoding to utf-8

bugs at horde.org bugs at horde.org
Wed Dec 16 05:42:16 UTC 2009


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/8780
------------------------------------------------------------------------------
  Ticket             | 8780
  Updated By         | e.cerny at seznam.cz
  Summary            | output from localeconv() must be converted from
                     | $nls['charsets']['xx_XX'] encoding to utf-8
  Queue              | Horde Base
  Version            | 3.3.5
  Type               | Bug
  State              | Unconfirmed
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


e.cerny at seznam.cz (2009-12-16 00:42) wrote:

in lib/Horde/NLS.php on line 452
should be something like
$lc_info = iconv($charset, 'utf-8', localeconv());
instead of
$lc_info = localeconv();






More information about the bugs mailing list