Date: 05/11/03
- Next message: Cestmir Hybl: "[PHP-I18N] UTF-8 string validity detection"
- Previous message: Moriyoshi Koizumi: "Re: [PHP-I18N] Problem with specific kanji"
- In reply to: Moriyoshi Koizumi: "Re: [PHP-I18N] Problem with specific kanji"
- Next in thread: Moriyoshi Koizumi: "Re: [PHP-I18N] Problem with specific kanji"
- Reply: Moriyoshi Koizumi: "Re: [PHP-I18N] Problem with specific kanji"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Moriyoshi Koizumi" <moriyoshi <email protected>> wrote in message
news:20030509222519YPfmB& <email protected>
> "Muhammad Rofiq" <rofiq <email protected>> wrote:
>
> > $result = mb_convert_encoding($value, "EUC-JP", "SJIS-WIN");
> >
> > and when I revert back to SJIS-WIN using
> >
> > $original = mb_convert_encoding($result, "EUC-JP", "SJIS-WIN");
>
> Should this be
>
> $original = mb_convert_encoding($result, "SJIS-WIN", "EUC-JP");
>
> since it's reverse conversion?
ups, sorry, i mean that way, i forget to switch it while doing copy-n-paste
here.
BTW I did switching it in my PHP program, and still moji-bake appears with
kanji I mentioned before.
>
> Moriyoshi
>
-- PHP Internationalization Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Cestmir Hybl: "[PHP-I18N] UTF-8 string validity detection"
- Previous message: Moriyoshi Koizumi: "Re: [PHP-I18N] Problem with specific kanji"
- In reply to: Moriyoshi Koizumi: "Re: [PHP-I18N] Problem with specific kanji"
- Next in thread: Moriyoshi Koizumi: "Re: [PHP-I18N] Problem with specific kanji"
- Reply: Moriyoshi Koizumi: "Re: [PHP-I18N] Problem with specific kanji"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

