View Single Post
  #1 (permalink)  
Old Mar 19th, 2008, 17:00
darkling235 darkling235 is offline
New Member
Join Date: Mar 2008
Location: boston
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Converting UTF-8 characters to ISO

I'm working with a web service that requires all data submited to be in ISO-8859-1. My web site and all it's functionality are in UTF-8. Does anyone know of a library or function that I can use to convert a string of UTF-8 characters into ISO-8859-1? The gist of the process is that I place the string into a variable they provide as a hook and they take it, process it, and send the request off to their own web service.
Thanks
Reply With Quote