From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Bruemmer To: cygwin@sourceware.cygnus.com Subject: sed and umlaut characters Date: Thu, 11 Mar 1999 06:44:00 -0000 Message-id: <199903111444.PAA18425@mail.uni-kiel.d400.de> X-SW-Source: 1999-03/msg00350.html 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Bruemmer To: cygwin@sourceware.cygnus.com Subject: sed and umlaut characters Date: Wed, 31 Mar 1999 19:45:00 -0000 Message-ID: <199903111444.PAA18425@mail.uni-kiel.d400.de> X-SW-Source: 1999-03n/msg00350.html Message-ID: <19990331194500.T3k0R3APqXWsqRndbcpD6LAaefM8YuUk1bkJHcWH3VI@z> 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