Hugo Vanwoerkom wrote:
> What editor can change UTF-8 to ISO 8859-1?
> Running Debian Sarge. Oo doesn't seem to. MC doesn't know what's
> what.
> Who?
> Rationale: I change html pages to text to print with a2ps. But
> then all accents show up as "garbage" utf-8 sequences. It seems
> to "know" IS
On 2006-05-04, Hugo Vanwoerkom <[EMAIL PROTECTED]> wrote:
> Thanks Adam! iconv -f UTF-8 -t ISO_8859-15 chikung.txt >
> chikung.converted.txt does the ticket.
>
> I don't print html pages with a2ps because it uses too much ink + paper:
>
> iconv -f UTF-8 -t ISO_8859-15 chikung.txt | a2ps --medium=
Adam Funk wrote:
On 2006-05-04, Hugo Vanwoerkom <[EMAIL PROTECTED]> wrote:
What editor can change UTF-8 to ISO 8859-1?
Running Debian Sarge. Oo doesn't seem to. MC doesn't know what's what.
Who?
$ iconv -f UTF-8 -t ISO8859-1 foo.html >foo.latin1.html
You could do the conversion with emacs,
On 2006-05-04, Hugo Vanwoerkom <[EMAIL PROTECTED]> wrote:
> What editor can change UTF-8 to ISO 8859-1?
> Running Debian Sarge. Oo doesn't seem to. MC doesn't know what's what.
> Who?
$ iconv -f UTF-8 -t ISO8859-1 foo.html >foo.latin1.html
You could do the conversion with emacs, but the above
On Thursday 04 May 2006 13:48, Hugo Vanwoerkom wrote:
> Hi,
>
> What editor can change UTF-8 to ISO 8859-1?
> Running Debian Sarge. Oo doesn't seem to. MC doesn't know what's what.
> Who?
>
> Rationale: I change html pages to text to print with a2ps. But then all
> accents show up as "garbage" utf-
5 matches
Mail list logo