Manipulating foreign character sets

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
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

Manipulating foreign character sets

Post by aceconcepts »

Hi,

If a user of my web site is Chinese for example and they submit some data and I receive it in Chinese characters, how am i able to view the Chinese characters in English?

Thanks.
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Re: Manipulating foreign character sets

Post by Kieran Huggins »

If you're looking for translation you could try Google Language Tools. Maybe they have an API?
Post Reply