|
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
|