public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Internal echo of shell beaves (sometimes) different to external echo
@ 2012-07-19 14:51 Ralf
  2012-07-19 20:16 ` Cyrille Lefevre
  0 siblings, 1 reply; 7+ messages in thread
From: Ralf @ 2012-07-19 14:51 UTC (permalink / raw)
  To: cygwin

Is there a way to get the right umlaut with the internal echo of the shell?
Example script:

export LC_ALL=de_DE
c:/unix/bin/uname -a
echo "Rücken" > ttt.txt
cat ttt.txt
c:/unix/bin/od -c ttt.txt
c:/unix/bin/echo "Rücken"
c:/unix/bin/echo "Rücken" | c:/unix/bin/od -c
echo "Rücken"
echo "Rücken" | c:/unix/bin/od -c

The output is:
CYGWIN_NT-6.0-WOW64 WIESWEG 1.7.15(0.260/5/3) 2012-05-09 10:25 i686 Cygwin
Rücken
0000000   R   ü   c   k   e   n  \r  \n
0000010
Rücken
0000000   R   ü   c   k   e   n  \n
0000007
Râ–’cken
0000000   R   ü   c   k   e   n  \n
0000007

It's strange that the internal echo only gives the right output if its
redirected. Is there a way to get the right output without redirecting?
(I tried output-meta but with no success)


--
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

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

end of thread, other threads:[~2012-07-20 12:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-19 14:51 Internal echo of shell beaves (sometimes) different to external echo Ralf
2012-07-19 20:16 ` Cyrille Lefevre
2012-07-20  7:08   ` Ralf
2012-07-20  8:25     ` Corinna Vinschen
2012-07-20 10:47       ` Ralf
2012-07-20 11:53         ` Andy Koppe
2012-07-20 12:09           ` Ralf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).