<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#003333">
On 2010-07-13 22:22, Robin wrote:
<blockquote cite="mid:201007132222.26091.icewind1991@gmail.com"
type="cite">I was thinking of using json for that in the future, do
you know anything <br>
<pre wrap="">about how json handles utf8 or other non-ascii characters?
</pre>
</blockquote>
Yes, json would be the easier way to transfer such data. There should
not be<br>
a problem with html-entities or utf8-charachters [1]. <br>
As I saw there is only self-written javascript used. but I recommend to
use <br>
jQuery, which is provided under MIT-Licence and makes live much easier <br>
(for example handling of ajax requests with json response).<br>
<br>
Regards, schnere<br>
<br>
[1] <a moz-do-not-send="true" class="moz-txt-link-freetext"
href="http://php.net/manual/en/function.json-encode.php">http://php.net/manual/en/function.json-encode.php</a><br>
<br>
<br>
<br>
</body>
</html>