Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Alternative to iconv?

Status
Not open for further replies.

OsakaWebbie

Programmer
Feb 11, 2003
628
JP
I need to convert text between UTF-8 and Shift_JIS character sets on a hosting service that has PHP 4.3.10 installed. It is configured for handling multibyte character sets, but it apparently doesn't have whatever it needs to include the iconv() function (I tried using it, but PHP claims that it is undefined). Is there another way to convert between character sets? (The reason for my need is that I'm using a MySQL database that is UTF-8 and am adding capability to serve the data to a cell phone that only does Shift_JIS.)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top