Re: how bash encode/decode characters with byte value greater than 0x7f

2006-11-16 Thread T
On Wed, 15 Nov 2006 17:02:07 -0500, T wrote: > Hi > > For characters whose byte values are greater than 0x7f, how bash > encode/decode them? > > I.e., > > echo $'\312\325\274\376\317\344' | bash_encode > > Anybody know how to make the output similar to '\312\325\274\376\317\344'? Just FYI,

how bash encode/decode characters with byte value greater than 0x7f

2006-11-15 Thread T
Hi For characters whose byte values are greater than 0x7f, how bash encode/decode them? I.e., echo $'\312\325\274\376\317\344' | bash_encode Anybody know how to make the output similar to '\312\325\274\376\317\344'? thanks -- Tong (remove underscore(s) to reply) http://xpt.sourceforge.ne