This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project. See the Cygwin home page for more information.
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]

sed and umlaut characters



Hello,
I have a problem using sed to replace umlaut characters in a text
file. sed works as expected except for capital Ä (ascii 0196) and
capital Ü (ascii 0220). These two characters remain unchanged. I
am using Cygwin B20.1, and bash displays umlaut characters
correctly (although I could't issue the relevant settings in ~./inputrc
but had to set them via bind in ~./bashrc). The sed command line
looks like

sed -e s/Ä/Ä/g foo.html

I have played around with several quoting variants as well as with
echo -e "\304" as first argument to the s command, but with no
results.

I'd be grateful for any suggestions,
Regards,
Bernhard Bruemmer



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com