On Mon, 27 Oct 2014 17:36:55, "Eric Blake (cygwin)" wrote: > A new release of dash, 0.5.8-3, has been uploaded and will soon reach a > mirror near you; replacing 0.5.8-2, and leaving the previous version at > 0.5.7-1 on 32-bit and 0.5.7-4 on 64-bit. A note to let you know ... The dash interpreter has a minor problem with multi-byte characters ... .. at least on Cygwin, NOT on Fedora 24. When the omega symbol is entered, followed by a backspace, the input buffer is NOT correctly cleared (or so it appears to me). Executed in Windows Console: (but similar behaviour when executed using mintty) 64-@@ uname -a CYGWIN_NT-6.1 Seven 2.7.0(0.306/5/3) x86_64 Cygwin (but same behaviour on x86) 64-@@ dash # latest package (0.5.8-3) # enter alt-234 (omega symbol), followed by a backspace $ dash: 1: ▒: not found # enter alt-234 $ echo Ω | xxd 00000000: cea9 0a ... # enter alt-234, followed by a backspace $ echo | xxd 00000000: ce0a .. NOTE: this behaviour already existed BEFORE Corinna made her modification to cygwin1.dll in order to "please" Steven P. Regards, Henri ===== -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple