<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>chys&#039;s random notes &#187; CJK</title>
	<atom:link href="http://en.chys.info/tag/cjk/feed/" rel="self" type="application/rss+xml" />
	<link>http://en.chys.info</link>
	<description>Study more problems; Talk less of isms.</description>
	<lastBuildDate>Tue, 27 Dec 2011 11:56:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>luit -encoding gbk Segmentation Fault</title>
		<link>http://en.chys.info/2009/04/luit-encoding-gbk-segmentation-fault/</link>
		<comments>http://en.chys.info/2009/04/luit-encoding-gbk-segmentation-fault/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 05:04:01 +0000</pubDate>
		<dc:creator>chys</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CJK]]></category>
		<category><![CDATA[luit]]></category>
		<category><![CDATA[segfault]]></category>
		<category><![CDATA[X11]]></category>

		<guid isPermaLink="false">http://en.chys.info/?p=483</guid>
		<description><![CDATA[Chinese users have been encountering segmentation faults when they use luit with GBK in for a long time. (It worked perfectly in the good old days.) This is caused by a bug in X. A simple workaround is as follows: Open file /usr/share/fonts/encodings/encodings.dir and exchange the following two lines: gbk-0 large/gbk-0.enc gbk-0 large/gbk-0.enc.gz For more [...]<hr/>
Related posts:<ol>
<li><a href='http://en.chys.info/2008/10/yuking-resumes-fcitx-development/' rel='bookmark' title='Yuking resumes FCITX development'>Yuking resumes FCITX development</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Chinese users have been encountering segmentation faults when they use <code>luit</code> with GBK in for a long time. (It worked perfectly in the good old days.) This is caused by a bug in X.</p>
<p>A simple workaround is as follows:</p>
<p>Open file <code>/usr/share/fonts/encodings/encodings.dir</code> and exchange the following two lines:</p>
<blockquote><p><code>gbk-0 large/gbk-0.enc</code><br />
<code>gbk-0 large/gbk-0.enc.gz</code></p></blockquote>
<p>For more details, refer to <a href="http://li2z.cn/2008/10/15/luit_ok/trackback/">li2z&#8217;s post</a>.<br />
(I believe anybody interested in this problem should be able to read Chinese:) )</p>
<hr/><p>Related posts:<ol>
<li><a href='http://en.chys.info/2008/10/yuking-resumes-fcitx-development/' rel='bookmark' title='Yuking resumes FCITX development'>Yuking resumes FCITX development</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://en.chys.info/2009/04/luit-encoding-gbk-segmentation-fault/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yuking resumes FCITX development</title>
		<link>http://en.chys.info/2008/10/yuking-resumes-fcitx-development/</link>
		<comments>http://en.chys.info/2008/10/yuking-resumes-fcitx-development/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 18:29:00 +0000</pubDate>
		<dc:creator>chys</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CJK]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.chys.info/2008/10/yuking-resumes-fcitx-development/</guid>
		<description><![CDATA[Wonderful! FCITX (Free Chinese Input Toy for X) was one of the two major Chinese input methods in Linux. Yuking mentioned in his recent post that he had just learned to use SVN. It was amazing he had created such a successful tool without using any version control system&#8230; (The source files contain approximately 30k [...]<hr/>
Related posts:<ol>
<li><a href='http://en.chys.info/2009/04/luit-encoding-gbk-segmentation-fault/' rel='bookmark' title='luit -encoding gbk Segmentation Fault'>luit -encoding gbk Segmentation Fault</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Wonderful!</p>
<p><a href="http://fcitx.org/">FCITX</a> (Free Chinese Input Toy for X) was one of the two major Chinese input methods in Linux. Yuking mentioned in his recent post that he had just learned to use <a href="http://subversion.tigris.org/">SVN</a>. It was amazing he had created such a successful tool without using any version control system&#8230; (The source files contain approximately 30k lines)</p>
<p>The codes were criticized to be &#8220;amateur&#8221; &#8211; mainly based on his use of Chinese configuration files and Chinese comments (both in <a href="http://en.wikipedia.org/wiki/GBK">GBK</a>, not UTF-8). These criticism directly caused Yuking to stop development last year. But I still have no idea why it is not reasonable to use Chinese character in a Chinese input method&#8230;
<div class="blogger-post-footer">
<hr />
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://creativecommons.org/images/public/somerights20.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div>
<hr/><p>Related posts:<ol>
<li><a href='http://en.chys.info/2009/04/luit-encoding-gbk-segmentation-fault/' rel='bookmark' title='luit -encoding gbk Segmentation Fault'>luit -encoding gbk Segmentation Fault</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://en.chys.info/2008/10/yuking-resumes-fcitx-development/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

