Japanese Characters Storing
I'm having a nuissance when i'm storing jap chars in my database:
rather than storing the japaneese char it stores an equivalent value, as example the word "Japan" in hiragana becomes にほん is stored as ã«ã»ã‚“.
When i'm retrieving the data to display on my web page it display correct japanese characters but i'd also want to be correctly displayed in my DB for direct consultation.
I'm using UTF8 Unicode for my tables and mySQL connection, with php 5(latest of everything), i have activated mbstrings(if it helps).
I'm not an expert and reading the docs confused me rather than help.
Any hint would be appreciated.
Regards.
Subject
Views
Written By
Posted
Japanese Characters Storing
20275
August 31, 2007 05:03AM
14756
November 30, 2007 01:33AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.