[bugs] [Bug 1052] Changed - multilingual support in IMP is broken/misdesigned

bugs at bugs.horde.org bugs at bugs.horde.org
Wed Feb 12 11:55:55 PST 2003


http://bugs.horde.org/show_bug.cgi?id=1052

*** shadow/1052	Wed Feb 12 11:45:40 2003
--- shadow/1052.tmp.20382	Wed Feb 12 11:55:55 2003
***************
*** 412,414 ****
--- 412,437 ----
  
  
  
+ 
+ ------- Additional Comments From jshin at jtan.com  02/12/03 11:55 -------
+ Instead of http://jshin.net/i18n/lang.php,
+ get my lang.php at http://jshin.net/i18n/lang.php.txt
+ 
+ BTW, please note that my impelementation of
+ iconv() (which is a wrapper on top of iconv() offered
+ by iconv module) invokes |getIconvCharset|.
+ |getIconvCharset| maps non-standard MIME charset
+ name used by some broken email clients to 
+ the canonical MIME charset name, which
+ is in turn mapped to the system-dependent
+ codeset name used by iconv. We'd not
+ need the second step if everyone uses
+ glibc 2.x or libiconv, but codeset names
+ used by various implemenation of iconv(3)
+ are not standardized. 
+ 
+  nls['csetaliases']['to_canon'] and nls['csetaliases']['to_iconv']
+ are two assosiative arrays I use for this purpose. 
+ I borrowed this idea from mutt (http://www.mutt.org).
+ 
+ 


More information about the bugs mailing list