Functions like CONVERT(), and there is a MySQL equivalent, will
change the character set of some text. It WILL NOT change text from
English to Japanese. As another person noted, you'll need to stored
the string in both languages. There is no translator available.
Larry
On May 14, 2006, at 3:22 AM, suad wrote:
Hi
You maybe can do that with the convert function see this link
http://www.postgresql.org/docs/8.0/interactive/functions-string.html
it is in postgresql, maybe this function will work in MYSQL
Suad
Manoj Singh wrote:
Hi all,
I am designing the web-site which is in different languages. I am
using php
and MYSQL database. Now the problem is the data is stored in the
database in
english language. How i change them to japanese? I want to display
them in
japanese.
Please provide me some tips.
Regards
Manoj
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php