Re: sed converts 8-bit input text to 16-bit (Unicode-16?) characters - how to suppress that?

2009-03-30 Thread Larry Hall (Cygwin)
Michael Moser wrote: -Original Message- Ooops - apologies! Thought I routinely did so, but must have overlooked it this time. FYI, you did it above too. None of the above information belongs in the body of your message. What - you get someone's email addresses there? Very odd: I

RE: sed converts 8-bit input text to 16-bit (Unicode-16?) characters - how to suppress that?

2009-03-30 Thread Michael Moser
> -Original Message- > > > >Ooops - apologies! Thought I routinely did so, but must have > overlooked > >it this time. > > FYI, you did it above too. None of the above information > belongs in the body of your message. What - you get someone's email addresses there? Very odd: I swear

Re: sed converts 8-bit input text to 16-bit (Unicode-16?) characters - how to suppress that?

2009-03-30 Thread Christopher Faylor
On Mon, Mar 30, 2009 at 11:20:00PM +0200, Michael Moser wrote: > >> -Original Message- >> From: >> [mailto: >> Sent: >> To: >> Subject: >> >> BTW please trim the redundant headers... it's really >> considerate not to post people's email addresses in the body >> of your post because if

RE: sed converts 8-bit input text to 16-bit (Unicode-16?) characters - how to suppress that?

2009-03-30 Thread Michael Moser
> -Original Message- > From: cygwin-ow...@cygwin.com > [mailto:cygwin-ow...@cygwin.com] On Behalf Of Dave Korn > Sent: Montag, 30. März 2009 23:02 > To: cygwin@cygwin.com > Subject: Re: sed converts 8-bit input text to 16-bit > (Unicode-16?) characters - how to supp

Re: sed converts 8-bit input text to 16-bit (Unicode-16?) characters - how to suppress that?

2009-03-30 Thread Dave Korn
Michael Moser wrote: > >> -Original Message- BTW please trim the redundant headers... it's really considerate not to post people's email addresses in the body of your post because if you do so they get harvested by spammers. >> I tried with input files >> containing german umlauts and

RE: sed converts 8-bit input text to 16-bit (Unicode-16?) characters - how to suppress that?

2009-03-30 Thread Mike Marchywka
> From: michael.mo...@sunrise.ch > To: cygwin@cygwin.com > Subject: RE: sed converts 8-bit input text to 16-bit (Unicode-16?) characters > - how to suppress that? > Date: Mon, 30 Mar 2009 17:56:58 +0200 > > >> -Original M

RE: sed converts 8-bit input text to 16-bit (Unicode-16?) characters - how to suppress that?

2009-03-30 Thread Michael Moser
> -Original Message- > From: cygwin-ow...@cygwin.com > [mailto:cygwin-ow...@cygwin.com] On Behalf Of Dave Korn > Sent: Montag, 30. März 2009 14:46 > To: cygwin@cygwin.com > Subject: Re: sed converts 8-bit input text to 16-bit > (Unicode-16?) characters -

RE: sed converts 8-bit input text to 16-bit (Unicode-16?) characters - how to suppress that?

2009-03-30 Thread Michael Moser
> -Original Message- > From: cygwin-ow...@cygwin.com > [mailto:cygwin-ow...@cygwin.com] On Behalf Of Corinna Vinschen > Sent: Montag, 30. März 2009 14:11 > To: cygwin@cygwin.com > Subject: Re: sed converts 8-bit input text to 16-bit > (Unicode-16?) characters -

RE: sed converts 8-bit input text to 16-bit (Unicode-16?) characters - how to suppress that?

2009-03-30 Thread Mike Marchywka
> Date: Mon, 30 Mar 2009 14:10:43 +0200 > From: corinna-cyg...@cygwin.com > To: cygwin@cygwin.com > Subject: Re: sed converts 8-bit input text to 16-bit (Unicode-16?) characters > - how to suppress that? > > On Mar 30 13:48, Mich

Re: sed converts 8-bit input text to 16-bit (Unicode-16?) characters - how to suppress that?

2009-03-30 Thread Dave Korn
Corinna Vinschen wrote: > On Mar 30 13:48, Michael Moser wrote: >> I need to mangle a file containing "8-bit ASCII" characters (i.e. the >> file contains also characters in the upper 8-bit range, namely a few >> umlauts as well as some french accented characters). >> >> Strange enough, the SED ver

Re: sed converts 8-bit input text to 16-bit (Unicode-16?) characters - how to suppress that?

2009-03-30 Thread Corinna Vinschen
On Mar 30 13:48, Michael Moser wrote: > I need to mangle a file containing "8-bit ASCII" characters (i.e. the > file contains also characters in the upper 8-bit range, namely a few > umlauts as well as some french accented characters). > > Strange enough, the SED version that came as part of cygw