Yes, but I was hoping that I could use something similar to
mbstring.http_input such that it would apply to all input for an
application.

We are in the process of localizing an app and are running into problems
when sending mails with SJIS data that has been saved in hankaku.  Seems
there is a problem converting SJIS hankaku into ISO-2022 using
mb_send_mail?  The hankaku always ends up as mojibake.

Maybe I should just use mb_convert_encoding to convert the body myself
)rather than relying on mb_send_mail) and not worry about the input?

Evan

> Hi,

> Hi,
>
> Did you try mb_convert_kana()?
>
> http://www.php.net/mb_convert_kana
>
> But this function cannot be used with mbstring.http_input for now.
>
> Moriyoshi
>
> [EMAIL PROTECTED] wrote:
>
>> Hi,
>>
>> I'm curious if there's any support for "on-the-fly" conversion of
>> hankaku<->zenkaku.  It would be useful if this could be defined along
>> the
>> lines of "mbstring.input = auto".
>>
>> Thanks,
>> Evan
>
>
> --
> PHP Internationalization Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP Internationalization Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to