public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* sed and umlaut characters
@ 1999-03-11  6:44 Bernhard Bruemmer
  1999-03-31 19:45 ` Bernhard Bruemmer
  0 siblings, 1 reply; 2+ messages in thread
From: Bernhard Bruemmer @ 1999-03-11  6:44 UTC (permalink / raw)
  To: cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 756 bytes --]

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

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

* sed and umlaut characters
  1999-03-11  6:44 sed and umlaut characters Bernhard Bruemmer
@ 1999-03-31 19:45 ` Bernhard Bruemmer
  0 siblings, 0 replies; 2+ messages in thread
From: Bernhard Bruemmer @ 1999-03-31 19:45 UTC (permalink / raw)
  To: cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 757 bytes --]

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


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

end of thread, other threads:[~1999-03-31 19:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-03-11  6:44 sed and umlaut characters Bernhard Bruemmer
1999-03-31 19:45 ` Bernhard Bruemmer

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