How to tell SED to emit output in 8-bit ASCII only?

M

Michael Moser

I am sure there are better places/forums to ask the below question, but I didn't find any. If you know a better place please advise!

I have to mangle some "plain ASCII" text file (i.e. 8 bits/characters where the text DOES contain characters like Umlauts and accented characters from the upper 7-bits range, i.e. with hex codes in [128..254]).
For this I am trying to use SED which I downloaded as part of cygwin package. Alas, SED emits the result using Unicode-16 characters (i.e. 16 bits/characters), which the program for which the output is intended can't handle.
Can one tell SED to NOT emit Unicode-16 characters but force it to emit Unicode-8 only?

Michael
 
M

Mike Torello

Michael Moser said:
I am sure there are better places/forums to ask the below question,
but I didn't find any. If you know a better place please advise!

It most certainly does NOT belong in a group for discussing Vista
issues.

Try...

comp.editors
 
M

Michael Moser

Mike said:
It most certainly does NOT belong in a group for discussing Vista
issues.

I know, but since I expected to find here are all the file(-mangling) and sys-admin gurus I hoped, that one of them might know me a pointer...
Try...

comp.editors

Do you by chance also have a news server handy that features that NG?

Michael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top