Page 1 of 1

Mysql Encoding Change

Posted: Fri Nov 07, 2008 12:11 am
by sandeep_india
Hi all,

I m using PHP Version 4.3.2 & Mysql version 3.23.58 (No collation etc).
My site is in shift JIS encoding and all the data is in shift JIS.
Now I want to convert it to UTF-8 encoding. so that all the old data readable in UTF-8 encoding. Is it possible.

Pls help me cause its very important.

Thanks in advance.

With Regards
Sandeep

Re: Mysql Encoding Change

Posted: Fri Nov 07, 2008 7:41 am
by Hannes2k
Hi,
just use google for this:
JIS to utf 8
There are some C++ and Python codes for converting JIS to utf 8.