Archive for July 24th, 2008

Jul 24, 2008

JSON character encoding

It appears the encoding of a JSON file must match the encoding used in the HTML page which is downloading it. If a page uses UTF-8 encoding but the JSON file uses iso-8859-1 (or visa versa) then any unicode characters in the JSON may not be decoded and displayed properly.
(more...)

Jul 24, 2008

Physics puzzle game

Here's a rather addictive little Flash game with a nice use of the box2D physics library for as3.