European characters (Western charset) with Ajax/PHP
Moderator: General Moderators
European characters (Western charset) with Ajax/PHP
How to handle western characters(European charset) is displayed in unreadable format during the data fetched from PHP using Ajax?
Re: European characters (Western charset) with Ajax/PHP
Best of all use utf-8 
Well, actually, what is the character set of the database and on the page?
When you output something in AJAX, always set the Content-type header with the proper encoding...
Well, actually, what is the character set of the database and on the page?
When you output something in AJAX, always set the Content-type header with the proper encoding...