DASH Shell discussions
 help / color / mirror / Atom feed
* Some utf-8 characters are cut in the middle on redirections
@ 2010-08-07 20:05 Alkis Georgopoulos
  2010-08-08 12:21 ` Jilles Tjoelker
  0 siblings, 1 reply; 3+ messages in thread
From: Alkis Georgopoulos @ 2010-08-07 20:05 UTC (permalink / raw)
  To: dash

$ touch ρ
$ echo 1 > ρ
$ ls
?  ρ
$ ls | hexdump -C
00000000  cf 0a cf 81 0a

dash "cut" the "0x81" from the "0xcf81" representation of the Greek
character rho, and so it created another file named "0xcf".

This only happens for a few utf-8 characters, not for all of them.
Relevant bug report:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532302

Please CC me if possible, I'm not on the list.

Kind regards,
Alkis Georgopoulos


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-08-08 12:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-07 20:05 Some utf-8 characters are cut in the middle on redirections Alkis Georgopoulos
2010-08-08 12:21 ` Jilles Tjoelker
2010-08-08 12:42   ` Alkis Georgopoulos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox