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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

No support for iconv or mb_string. What can I use?

Status
Not open for further replies.

unomateo

IS-IT--Management
May 9, 2006
38
US
my code broke because I use
mb_convert_encoding("string to convert",'HTML-ENTITIES', 'iso-8859-1');

now on my new host (godaddy) mb_string and iconv are disabled.

What core functions can I use to achieve the same encoding?

Thanks
matt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top