Marcelo Volmaro wrote:
Hi!,
I need to get some information from a webpage, that is served as UTF-8.
I need that information because the page contains different language characters. The problem is that no matter if I use fget or the CURL libraries, i got the information in ISO-8859-1. How can i overcome this? Take in consideration that not all UTF-8 can be converted to ISO-8859-1 (chinese, for example)

http://php.net/iconv
http://php.net/mbstring

I wish I could tell you more. but I'm don't really understand it.



Thanks in advance!



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to