Serious Charset Problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Vikrant_php
Forum Newbie
Posts: 1
Joined: Fri Nov 26, 2004 7:18 am

Serious Charset Problem

Post by Vikrant_php »

Hi, Friends

I have serious problem in maingtaing the charset

1. I need to localize my Web site http://jyve.com
2. I need to maintain a centralize databse for all of localize versions.(languages)

3. I am usering Mysql 3.23 on my server.

4. When I enterd some data in the database in Japanese Languase
it stores the data in UnKnown characters.

5. When I fetch the records from the databse then also its showing me
Information in Japanese

-------------Till that part is working-----------------------------------

Problem :
I need the Query the databse useing that Value. I am useing utf8_encode() to encode the string. but the Characters stored the database and Charachtes I got by the encoding are some what diffrent so my query doest get the Result.

Do have any solution friends.


Thanks

Vikrant
Jyve.com
Post Reply