<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Twim with Unicode support</title>
	<atom:link href="http://www.substanceofcode.com/2008/11/22/twim-with-unicode-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.substanceofcode.com/2008/11/22/twim-with-unicode-support/</link>
	<description>Software Artisan Tommi Laukkanen</description>
	<lastBuildDate>Wed, 10 Mar 2010 06:48:11 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: un</title>
		<link>http://www.substanceofcode.com/2008/11/22/twim-with-unicode-support/comment-page-1/#comment-42310</link>
		<dc:creator>un</dc:creator>
		<pubDate>Tue, 29 Sep 2009 14:08:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.substanceofcode.com/?p=301#comment-42310</guid>
		<description>hello:

Rssreader.....

private ResourceProviderME() {
		//#ifdef DTEST
//@		long beginMe = System.currentTimeMillis();
//@		System.gc();
//@		long beginMem = Runtime.getRuntime().freeMemory();
		//#endif
		final Hashtable tmpMsgs = new Hashtable();
		InputStream is = null;
		try {
			is = getClass().getResourceAsStream(
                    &quot;/&quot;+Common.DATA_FOLDER+&quot;/&quot; + Common.LANGUAGE_FILE);
			if (is == null) {
				throw new IOException(&quot;Unable to read file &quot; +
                    &quot;/&quot;+Common.DATA_FOLDER+&quot;/&quot; + Common.LANGUAGE_FILE);
			}

where is location  &quot;/&quot;+Common.DATA_FOLDER+&quot;/&quot; + Common.LANGUAGE_FILE);

I cann&#039;t find it.thank you very much</description>
		<content:encoded><![CDATA[<p>hello:</p>
<p>Rssreader&#8230;..</p>
<p>private ResourceProviderME() {<br />
		//#ifdef DTEST<br />
//@		long beginMe = System.currentTimeMillis();<br />
//@		System.gc();<br />
//@		long beginMem = Runtime.getRuntime().freeMemory();<br />
		//#endif<br />
		final Hashtable tmpMsgs = new Hashtable();<br />
		InputStream is = null;<br />
		try {<br />
			is = getClass().getResourceAsStream(<br />
                    &#8220;/&#8221;+Common.DATA_FOLDER+&#8221;/&#8221; + Common.LANGUAGE_FILE);<br />
			if (is == null) {<br />
				throw new IOException(&#8220;Unable to read file &#8221; +<br />
                    &#8220;/&#8221;+Common.DATA_FOLDER+&#8221;/&#8221; + Common.LANGUAGE_FILE);<br />
			}</p>
<p>where is location  &#8220;/&#8221;+Common.DATA_FOLDER+&#8221;/&#8221; + Common.LANGUAGE_FILE);</p>
<p>I cann&#8217;t find it.thank you very much</p>
]]></content:encoded>
	</item>
</channel>
</rss>
