Re: Using sed to straighten quotes.

2017-04-17 Thread Janina Sajka
I've had pretty good success with pandoc to the extent that I now have it auto converting mail attachments via my mailcap. Janina Tim Chase writes: > While it *can* be done in sed, the solution requires visiting every > character and manually noting a transliteration, as well as doing > those

Re: Using sed to straighten quotes.

2017-04-16 Thread Tim Chase
While it *can* be done in sed, the solution requires visiting every character and manually noting a transliteration, as well as doing those changes for every input encoding that you can You should have the `iconv` package on your system which will let you specify the input/output encodings as

Using sed to straighten quotes.

2017-04-16 Thread Jeffery Mewtamer
I often convert various document formats to plain text because the conversion is generally easier than trying to navigate a program that can read the document in its original format. Problem is, even when the document is in English or another language that uses the Roman Alphabet, the converted