Huijari Posted August 8, 2009 Share Posted August 8, 2009 Hi, in my php file, it gets data from flash (.swf) file and then post the data in .txt file. When I type example: läääd Then php should code it to utf-8 and send it in .txt file as utf-8 encoded. But for some reason, it sends it as läääd in .txt file.. it should be like sääd (then it would work) Please help me get special chars (åäö..áóí...) Link to comment https://forums.phpfreaks.com/topic/169392-php-doesnt-check-the-encoding/ Share on other sites More sharing options...
Mark Baker Posted August 8, 2009 Share Posted August 8, 2009 PHP won't automatically convert between character sets for your: you need to use a function such as iconv() to instruct it to do so Link to comment https://forums.phpfreaks.com/topic/169392-php-doesnt-check-the-encoding/#findComment-893770 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.