I have some ISO 8859 strings that I want to feed to a web api, but the web api requires UTF8. I am working in php. Is there a library that will convert an ISO 8859 string to UTF8?
Larry
I have some ISO 8859 strings that I want to feed to a web api, but the web api requires UTF8. I am working in php. Is there a library that will convert an ISO 8859 string to UTF8?
Larry
Thanks! I also found a function UTF8_encode()
Larry