Hi! On 4 Feb 2010, at 10:47, drm wrote: > You should fix this on the JS side. The ajax post is apparently being encoded > in UTF-8. Try inspecting this with Firebug for example. Maybe your JS library > is enforcing this.
JSON is always UTF-8 (by design). XML can be anything but typically it is UTF-8. ---- Dmitry Dulepov Twitter: http://twitter.com/dmitryd/ Web: http://dmitry-dulepov.com/
