<?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>rafan's blog &#187; Encoding</title>
	<atom:link href="http://blog.rafan.org/categories/encoding/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.rafan.org</link>
	<description>rafan? rafan!</description>
	<lastBuildDate>Mon, 26 Apr 2010 15:19:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-RC3-17376</generator>
		<item>
		<title>screen, box drawing, and Unicode</title>
		<link>http://blog.rafan.org/archives/122</link>
		<comments>http://blog.rafan.org/archives/122#comments</comments>
		<pubDate>Fri, 19 May 2006 04:08:03 +0000</pubDate>
		<dc:creator>rafan</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Encoding]]></category>

		<guid isPermaLink="false">http://rafan.infor.org/blog/archives/122</guid>
		<description><![CDATA[自從換了 UTF-8 環境後，有一個很討厭的問題是 ANSI 的表格線，在 screen 裡面是直接對應到 U+25XX 的 box drawing 字元，而我又改過 screen 跟 locale，把這些字當作雙字寬（ASCII ART 之類的），因此像是 dialog(1) 造出來的對話框（sysinstall 或者 Ports 的 make config），就會亂七八糟。 剛才想了一陣子，好像沒有甚麼兩全其美的辦法，於是只好叫 screen 把表格線用最原始的 +, -, &#124; 來畫，patch 在 http://www.rafan.org/patch/big5/screen/files/patch-poorman-drawing。]]></description>
			<content:encoded><![CDATA[<p>自從換了 UTF-8 環境後，有一個很討厭的問題是 <a href="http://www.robelle.com/smugbook/linedraw.html">ANSI 的表格線</a>，在 screen 裡面是直接對應到 U+25XX 的 box drawing 字元，而我又改過 screen 跟 locale，把這些字當作雙字寬（ASCII ART 之類的），因此像是 dialog(1) 造出來的對話框（sysinstall 或者 Ports 的 make config），就會亂七八糟。</p>
<p>剛才想了一陣子，好像沒有甚麼兩全其美的辦法，於是只好叫 screen 把表格線用最原始的 +, -, | 來畫，patch 在 <a href="http://www.rafan.org/patch/big5/screen/files/patch-poorman-drawing">http://www.rafan.org/patch/big5/screen/files/patch-poorman-drawing</a>。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rafan.org/archives/122/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

