#Makefile to show column(1) can't deal correctly with utf-8.
#Try on your fixed width UTF-8 terminal window.
f=http://jidanni.org/lang/pinyin/taizhong/bus/pinyin.txt
#This works great:
b5:;w3m -dump $f|head|iconv -t big5|column -s, -t|iconv -f big5
#But not this:
ut:;w3m -dump $f|head|column -s, -t
#It must be the three byte long utf-8 characters that are to be
#displayed two characters wide are fooling column(1).


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to