storm.dev Posted November 26, 2007 Share Posted November 26, 2007 Hi, i'm developing a site using php + mysql and javascript (ajax techniques). My problem is, that some characters like Ł arent displayed correctly. Their codes are shown, not the symbols themselves. MySQL encoding is UTF-8, the encoding of the webpages is ISO-8859-1. What am i doing wrong? ??? Tnx Link to comment https://forums.phpfreaks.com/topic/78966-php-mysql-ajax-character-encoding-problem/ Share on other sites More sharing options...
sKunKbad Posted November 26, 2007 Share Posted November 26, 2007 You should try to use the same encoding for the page and the data, or use a function like utf8_decode Link to comment https://forums.phpfreaks.com/topic/78966-php-mysql-ajax-character-encoding-problem/#findComment-399643 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.