Re: Problem with specific kanji

Moriyoshi Koizumi <[email protected]>
Newsgroups gmane.comp.php.internationalization
Message-ID <20030509222519YPfmB&@at.wakwak.com>
"Muhammad 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?

Moriyoshi


-- 
PHP Internationalization Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.