<?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 for IceTempest Development Studio</title>
	<atom:link href="http://icetempest.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://icetempest.com</link>
	<description></description>
	<lastBuildDate>Fri, 25 Jun 2010 16:20:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on ePub by Eve Online Chronicles in ePub Format</title>
		<link>http://icetempest.com/epub/comment-page-1/#comment-145</link>
		<dc:creator>Eve Online Chronicles in ePub Format</dc:creator>
		<pubDate>Fri, 25 Jun 2010 16:20:25 +0000</pubDate>
		<guid isPermaLink="false">http://icetempest.com/#comment-145</guid>
		<description>[...] ePub        &#171; iOS 4 default Background     Jun 25 [...]</description>
		<content:encoded><![CDATA[<p>[...] ePub        &laquo; iOS 4 default Background     Jun 25 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Convert EUC-JP to UTF-8 in Python by Sergio Moura</title>
		<link>http://icetempest.com/2010/03/convert-euc-jp-to-utf-8-in-python/comment-page-1/#comment-144</link>
		<dc:creator>Sergio Moura</dc:creator>
		<pubDate>Mon, 21 Jun 2010 10:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://icetempest.com/?p=110#comment-144</guid>
		<description>@Greg
Hi greg!
Are you using Python 3.1? If you are, there is a much (much!) easier way to convert EUC-JP to UTF-8 characters from a file.
Take the EDict file (http://www.csse.monash.edu.au/~jwb/edict.html) for example. It&#039;s encoded in EUC-JP, and you can convert it with a few simple lines:
&lt;code&gt;
fp = open(&quot;edict&quot;, &quot;rb&quot;)
for row in fp:
    print(row.decode(&quot;EUC-JP&quot;))
fp.close()
&lt;/code&gt;

Remember to decompress the edict file first.
Hope it helps!</description>
		<content:encoded><![CDATA[<p>@Greg<br />
Hi greg!<br />
Are you using Python 3.1? If you are, there is a much (much!) easier way to convert EUC-JP to UTF-8 characters from a file.<br />
Take the EDict file (<a href="http://www.csse.monash.edu.au/~jwb/edict.html" rel="nofollow">http://www.csse.monash.edu.au/~jwb/edict.html</a>) for example. It&#8217;s encoded in EUC-JP, and you can convert it with a few simple lines:<br />
<code><br />
fp = open("edict", "rb")<br />
for row in fp:<br />
    print(row.decode("EUC-JP"))<br />
fp.close()<br />
</code></p>
<p>Remember to decompress the edict file first.<br />
Hope it helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Convert EUC-JP to UTF-8 in Python by Greg</title>
		<link>http://icetempest.com/2010/03/convert-euc-jp-to-utf-8-in-python/comment-page-1/#comment-142</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Sun, 20 Jun 2010 05:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://icetempest.com/?p=110#comment-142</guid>
		<description>Hi, I needed to convert some EUC-JP encoded text to UTF-8 and google led me here. I had some trouble with the code page 936 though. For example the kanji for &quot;new&quot; (ie. &quot;shin&quot;, or &quot;atarashii&quot;), should be EUC-JP code BFB7, which is E696B0 in UTF-8. The second column in the cp936 seems to be UTF-16. &quot;Shin&quot; is 65B0 in UTF-16, which translates to the first column as D0C2. I think that is the GB2312 Chinese code set. Also the Wikipedia page on Code page 936 says its for Chinese (?) 

BUT, I&#039;m a newb here so I&#039;m just googling around trying to figure it out. 

I did find a nice solution though. &quot;iconv&quot; in UNIX or this Windows version:
http://gnuwin32.sourceforge.net/packages/libiconv.htm

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, I needed to convert some EUC-JP encoded text to UTF-8 and google led me here. I had some trouble with the code page 936 though. For example the kanji for &#8220;new&#8221; (ie. &#8220;shin&#8221;, or &#8220;atarashii&#8221;), should be EUC-JP code BFB7, which is E696B0 in UTF-8. The second column in the cp936 seems to be UTF-16. &#8220;Shin&#8221; is 65B0 in UTF-16, which translates to the first column as D0C2. I think that is the GB2312 Chinese code set. Also the Wikipedia page on Code page 936 says its for Chinese (?) </p>
<p>BUT, I&#8217;m a newb here so I&#8217;m just googling around trying to figure it out. </p>
<p>I did find a nice solution though. &#8220;iconv&#8221; in UNIX or this Windows version:<br />
<a href="http://gnuwin32.sourceforge.net/packages/libiconv.htm" rel="nofollow">http://gnuwin32.sourceforge.net/packages/libiconv.htm</a></p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New application: Encomendas Brasil by Tweets that mention New application: Encomendas Brasil -- Topsy.com</title>
		<link>http://icetempest.com/2010/05/new-application-encomendas-brasil/comment-page-1/#comment-115</link>
		<dc:creator>Tweets that mention New application: Encomendas Brasil -- Topsy.com</dc:creator>
		<pubDate>Thu, 13 May 2010 19:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://icetempest.com/?p=240#comment-115</guid>
		<description>[...] This post was mentioned on Twitter by Sergio Moura. Sergio Moura said: RT @icetemp3st: Our first iPhone App has been submitted to the AppStore. Check out some screenshots: http://bit.ly/aU1U7K [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Sergio Moura. Sergio Moura said: RT @icetemp3st: Our first iPhone App has been submitted to the AppStore. Check out some screenshots: <a href="http://bit.ly/aU1U7K" rel="nofollow">http://bit.ly/aU1U7K</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning to Search (+SQLite queries) by Sergio Moura</title>
		<link>http://icetempest.com/2010/03/learning-to-search/comment-page-1/#comment-110</link>
		<dc:creator>Sergio Moura</dc:creator>
		<pubDate>Tue, 04 May 2010 11:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://icetempest.com/?p=115#comment-110</guid>
		<description>@Michele
Have you properly made the links to the ViewController using the Interface Browser, as described above &lt;i&gt;Now, select “Learning To Search App Delegate” and link the viewController in the “Connection Inspectors” (Command-2) to the Search View Controller object.&lt;/i&gt;?
Is your controller a subclass of TableViewController?
Does your program crash or returns a blank table?
Have you added the file people_names.sqlite (unzipped) to your X-Code project?</description>
		<content:encoded><![CDATA[<p>@Michele<br />
Have you properly made the links to the ViewController using the Interface Browser, as described above <i>Now, select “Learning To Search App Delegate” and link the viewController in the “Connection Inspectors” (Command-2) to the Search View Controller object.</i>?<br />
Is your controller a subclass of TableViewController?<br />
Does your program crash or returns a blank table?<br />
Have you added the file people_names.sqlite (unzipped) to your X-Code project?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Convert EUC-JP to UTF-8 in Python by Derek</title>
		<link>http://icetempest.com/2010/03/convert-euc-jp-to-utf-8-in-python/comment-page-1/#comment-109</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Mon, 03 May 2010 20:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://icetempest.com/?p=110#comment-109</guid>
		<description>I have some old flashcard files from when I used Kingkanji on my PDA.  All those files are saved as EUC-JP text files, and I would like to try and write a script that can change them to use with Anki.  I&#039;ll give it a try and let you know how it goes.</description>
		<content:encoded><![CDATA[<p>I have some old flashcard files from when I used Kingkanji on my PDA.  All those files are saved as EUC-JP text files, and I would like to try and write a script that can change them to use with Anki.  I&#8217;ll give it a try and let you know how it goes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning to Search (+SQLite queries) by Michele</title>
		<link>http://icetempest.com/2010/03/learning-to-search/comment-page-1/#comment-108</link>
		<dc:creator>Michele</dc:creator>
		<pubDate>Mon, 03 May 2010 08:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://icetempest.com/?p=115#comment-108</guid>
		<description>Hello,
I tried to follow your tuttorial and I can not get it to work.
The program compiles and runs, but I do not load the data table. Since I do not link the methods of Tableview.
What could I check?

Thank you very much
Michele

P.S. Sorry for my English</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I tried to follow your tuttorial and I can not get it to work.<br />
The program compiles and runs, but I do not load the data table. Since I do not link the methods of Tableview.<br />
What could I check?</p>
<p>Thank you very much<br />
Michele</p>
<p>P.S. Sorry for my English</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning to Search (+SQLite queries) by Michele</title>
		<link>http://icetempest.com/2010/03/learning-to-search/comment-page-1/#comment-107</link>
		<dc:creator>Michele</dc:creator>
		<pubDate>Mon, 03 May 2010 08:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://icetempest.com/?p=115#comment-107</guid>
		<description>Ciao,
ho provato a seguire il tuo tuttorial e non riesco a farlo funzionare.
Il programma viene compilato ed eseguito, ma non mi carica i dati in tabella. Ho Visto che non vengono collegati i metodi della TableView.
Cosa potrei controllare?

Grazie mille
Michele

P.S. Scusami per il mio inglese</description>
		<content:encoded><![CDATA[<p>Ciao,<br />
ho provato a seguire il tuo tuttorial e non riesco a farlo funzionare.<br />
Il programma viene compilato ed eseguito, ma non mi carica i dati in tabella. Ho Visto che non vengono collegati i metodi della TableView.<br />
Cosa potrei controllare?</p>
<p>Grazie mille<br />
Michele</p>
<p>P.S. Scusami per il mio inglese</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Dawn of a Development Company by Emerson</title>
		<link>http://icetempest.com/2010/02/the-dawn-of-a-development-company/comment-page-1/#comment-34</link>
		<dc:creator>Emerson</dc:creator>
		<pubDate>Mon, 22 Feb 2010 10:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://icetempest.com/?p=43#comment-34</guid>
		<description>Good Luck!</description>
		<content:encoded><![CDATA[<p>Good Luck!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
