<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Stringtree 2.0.9</title>
	<atom:link href="http://blog.stringtree.org/2007/07/20/stringtree-209/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stringtree.org/2007/07/20/stringtree-209/</link>
	<description>Stringtree Development News</description>
	<pubDate>Wed, 19 Nov 2008 22:45:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Stringtree</title>
		<link>http://blog.stringtree.org/2007/07/20/stringtree-209/#comment-6653</link>
		<dc:creator>Stringtree</dc:creator>
		<pubDate>Thu, 01 Nov 2007 14:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stringtree.org/?p=17#comment-6653</guid>
		<description>As an aside, I'm intrigued by any potential problems you have spotted. Can you give any examples of unicaode text which JSONReader gets wrong, so I can add them to the test suite?

Thanks.</description>
		<content:encoded><![CDATA[<p>As an aside, I&#8217;m intrigued by any potential problems you have spotted. Can you give any examples of unicaode text which JSONReader gets wrong, so I can add them to the test suite?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stringtree</title>
		<link>http://blog.stringtree.org/2007/07/20/stringtree-209/#comment-6652</link>
		<dc:creator>Stringtree</dc:creator>
		<pubDate>Thu, 01 Nov 2007 14:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stringtree.org/?p=17#comment-6652</guid>
		<description>Thanks for the patch. It looks interesting. I'll have a play with it.</description>
		<content:encoded><![CDATA[<p>Thanks for the patch. It looks interesting. I&#8217;ll have a play with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergey</title>
		<link>http://blog.stringtree.org/2007/07/20/stringtree-209/#comment-6642</link>
		<dc:creator>Sergey</dc:creator>
		<pubDate>Thu, 01 Nov 2007 06:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stringtree.org/?p=17#comment-6642</guid>
		<description>private char unicode() {
        StringBuffer buffer = new StringBuffer();
        for (int i = 0; i &#60; 4; ++i) {
            buffer.append(next());
        }
        int value = Integer.parseInt(buffer.toString(), 16);
        return (char) value;
    }</description>
		<content:encoded><![CDATA[<p>private char unicode() {<br />
        StringBuffer buffer = new StringBuffer();<br />
        for (int i = 0; i &lt; 4; ++i) {<br />
            buffer.append(next());<br />
        }<br />
        int value = Integer.parseInt(buffer.toString(), 16);<br />
        return (char) value;<br />
    }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergey</title>
		<link>http://blog.stringtree.org/2007/07/20/stringtree-209/#comment-6641</link>
		<dc:creator>Sergey</dc:creator>
		<pubDate>Thu, 01 Nov 2007 06:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stringtree.org/?p=17#comment-6641</guid>
		<description>Hi guys. Nice lib you've made. But using it, i've found, that it decodes escaped unicode incorrectly. Googling, i found a better and a simplier solution (see JSONReader.java):

    private char unicode() {
        StringBuffer buffer = new StringBuffer();
        for (int i = 0; i </description>
		<content:encoded><![CDATA[<p>Hi guys. Nice lib you&#8217;ve made. But using it, i&#8217;ve found, that it decodes escaped unicode incorrectly. Googling, i found a better and a simplier solution (see JSONReader.java):</p>
<p>    private char unicode() {<br />
        StringBuffer buffer = new StringBuffer();<br />
        for (int i = 0; i</p>
]]></content:encoded>
	</item>
</channel>
</rss>
