DASH Shell discussions
 help / color / mirror / Atom feed
* dash breaks u0441
@ 2011-02-16 22:25 Alexey Gladkov
  2011-02-24 11:43 ` [PATCH] [BUILTIN] Fix corruption of reads with byte 0x81 Alexey Gladkov
  0 siblings, 1 reply; 5+ messages in thread
From: Alexey Gladkov @ 2011-02-16 22:25 UTC (permalink / raw)
  To: dash

Greetings!

dash breaks cyrillic_small_letter_es (U+0441) in UTF8 encoding:

$ /usr/bin/printf '[\u0441]\n'
[с]
$ /usr/bin/printf '[\u0441]\n' |dash -c 'read c; echo "$c"'
[Ñ]


But the characters around are displayed correctly:

$ /usr/bin/printf '[\u0440]\n' |dash -c 'read c; echo "$c"'
[р]
$ /usr/bin/printf '[\u0442]\n' |dash -c 'read c; echo "$c"'
[т]
$ /usr/bin/printf '[\u0451]\n' |dash -c 'read c; echo "$c"'
[ё]

0d7d66039b614b642c775432fd64aa8c11f9a64d was good.
55c46b7286f5d9f2d8291158203e2b61d2494420 is bad.
49a94e2bab1e4f601a9fbdf9615d9e4e0150e412 is bad too.

-- 
Rgrds, legion


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

end of thread, other threads:[~2011-03-11  3:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-16 22:25 dash breaks u0441 Alexey Gladkov
2011-02-24 11:43 ` [PATCH] [BUILTIN] Fix corruption of reads with byte 0x81 Alexey Gladkov
2011-03-10 13:01   ` Herbert Xu
2011-03-11  0:04     ` Jilles Tjoelker
2011-03-11  3:40       ` Herbert Xu

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