[imp] Re: MIME attachment filename encoding is fixed to utf-8

Jan Schneider jan at horde.org
Wed Apr 13 13:56:30 PDT 2005


Zitat von ssoo at siliconfile.com:

> In function getCharset() of horde/lib/Horde/NLS.php
> MIME attachment filename encoding is fixed to utf-8.

That's not true.

> After commenting out that part,
> I can save a file having Korean character in name at MSIE.
>
>
> Below is a part of NLS.php:
>
> function getCharset($original = false)
> {
> ...
>  require_once 'Horde/Browser.php';
>  $browser = &Browser::singleton();
>
>  //if ($browser->hasFeature('utf') &&
>      //(Util::extensionExists('iconv') ||
>       //Util::extensionExists('mbstring'))) {
>     //$charset = 'UTF-8';
>   //}
>  }
> ...
> }
>
> Is there any reason to fix charset to UTF-8?
>
> --
> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe at lists.horde.org
>
>



Jan.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/


More information about the imp mailing list