[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: iso-8859-1 and non-latin-1 chars
From: |
Dave Love |
Subject: |
Re: iso-8859-1 and non-latin-1 chars |
Date: |
19 Dec 2002 22:33:14 +0000 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
"Stefan Monnier" <monnier+gnu/address@hidden> writes:
> One of the problems is that before the recent change, iso-latin-1 was
> sometimes outputting non-latin-1 characters (i.e. bytes between
> 128 and 160). That breaks ispell and can break other programs as well.
As I said, any such problems need fixing in ispell.el and friends.
However, I don't think the above causes ispell misalignment errors --
the original complaint (due to iso 2022 escape sequences being
produced). Anyway, the current code does nothing about C1 characters,
and there's no parameter to change that behaviour:
(memq 'iso-latin-1
(find-coding-systems-string (string (make-char 'latin-iso8859-1 #xa3)
128
(make-char 'latin-iso8859-2 #xa3))))
=> nil
(encode-coding-string (string (make-char 'latin-iso8859-1 #xa3)
128
(make-char 'latin-iso8859-2 #xa3))
'iso-latin-1)
=> "\243\200?"
- Re: iso-8859-1 and non-latin-1 chars, (continued)
- Re: iso-8859-1 and non-latin-1 chars, Dave Love, 2002/12/15
- Re: iso-8859-1 and non-latin-1 chars, Kenichi Handa, 2002/12/15
- Re: iso-8859-1 and non-latin-1 chars, Dave Love, 2002/12/19
- Re: iso-8859-1 and non-latin-1 chars, Kenichi Handa, 2002/12/23
- Re: iso-8859-1 and non-latin-1 chars, Dave Love, 2002/12/23
- Re: iso-8859-1 and non-latin-1 chars, Kenichi Handa, 2002/12/25
- Re: iso-8859-1 and non-latin-1 chars, Ken Stevens, 2002/12/31
- Re: iso-8859-1 and non-latin-1 chars, Stefan Monnier, 2002/12/16
- Re: iso-8859-1 and non-latin-1 chars,
Dave Love <=
- Re: iso-8859-1 and non-latin-1 chars, Richard Stallman, 2002/12/16