Convert Hibrew etc to Unicode, CSV

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
orodsem
Forum Newbie
Posts: 2
Joined: Tue Nov 03, 2009 9:04 pm

Convert Hibrew etc to Unicode, CSV

Post by orodsem »

Hi all,

Im gonna develop a translation system. I've got some texts in different languages, almost all lang, into the DB. All non-ASCII char, are in hex format, like ’ or ê. What I'm gonna do is, get all texts and convert them into Unicode and put them up in a CSV file, which can be opened in an Excel file. I've already written a function which converts hex to unicode, it works for French char and ISO-8859-1. But, I have no idea how I can convert other lang, such as Arabic, Hibrew, Chinese etc.

Any help would be highly appreciated...

thanks in advance
User avatar
Jade
Forum Regular
Posts: 908
Joined: Sun Dec 29, 2002 5:40 pm
Location: VA

Re: Convert Hibrew etc to Unicode, CSV

Post by Jade »

Where there's a will there's a way: http://www.unicode.org/charts/
Post Reply