News Feed
Jobs Feed
Sections




News Archive
Pablo Viquez's Blog:
JSON, ISO 8859-1 and UTF-8 - Part
July 20, 2009 @ 12:42:36

After spotting some null values in a few of his form fields following an Ajax request, Pablo Viquez decided to track down his issue:

While I was looking at some AJAX calls, I started to have a problem, for some reason, when I tried to query a JSON service I did using JQuery, the result was null for some fields. Going a little deeper, I notice that the records from the DB were OK, and the JavaScript was OK to, so what was the problem? The JSON Encode!

His issue stemmed from the character encoding of the string being passed into json_encode (in this case, UTF-8) was coming from a PHP script saved in a page encoded as ISO-8859-1. You can download the files he's come up with to illustrate the point.

0 comments voice your opinion now!
json encode utf8 iso88591 jsonencode


blog comments powered by Disqus

Similar Posts

Cal Evans' Blog: I called Zend_Json::encode(), so WTH are all my properties?

Randy Boland\'s Blog: JavaScript, JSON, and PHP

Community News: Memcached Extension Updated - Adds JSON Serialization Support

Mike Potter's Blog: PHP and Flex - JSON, XML or AMFPHP?

ParanoidFerret.com: Using Flex, PHP, and JSON to Modify a MySQL Database


Community Events









Don't see your event here?
Let us know!


example object podcast event introduction zendframework2 tool framework opinion community code release api composer functional interview development testing language conference

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework