bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bash and big5 Chinese


From: Dan Jacobson
Subject: bash and big5 Chinese
Date: 25 Oct 2001 03:42:49 +0800
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Is there any way (besides remembering to quote) to get bash 2.05 to
respect Chinese big5 characters and not split them in two?  Here we
see bash has found |'s in the second byte of several characters:

$ echo 莫那 魯道
bash: 道: command not found
$ echo '莫那 魯道'
莫那 魯道
$ echo '莫那 魯道'|mmencode -q
=B2=F6=A8=BA =BE|=B9D
$ echo '莫那 魯道  會'|mmencode -q
=B2=F6=A8=BA =BE|=B9D  =B7|
$ echo 莫那 魯道  會
>
-- 
http://www.geocities.com/jidanni Tel+886-4-25854780



reply via email to

[Prev in Thread] Current Thread [Next in Thread]