emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] emacs-26 0feb673: Display raw bytes as belonging to 'e


From: Andreas Schwab
Subject: Re: [Emacs-diffs] emacs-26 0feb673: Display raw bytes as belonging to 'eight-bit' charset
Date: Sat, 28 Jul 2018 09:53:36 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

On Jul 27 2018, Stefan Monnier <address@hidden> wrote:

> Actually, I don't understand why
>
>     (char-charset (unibyte-char-to-multibyte #x90))
>
> should return `tis620-2533`, since the tis620.2533 standard defines
> a coding-system similar to those of iso8859 and the corresponding chars
> all exist in the BMP of Unicode (the "Thai block" U+0E01 through
> U+0E7F), so I can't see any obvious reason why they should affect the
> 3x3fffxx private space used by Emacs for "eight-bit chars".
> Could it be just a bug?

tis620-2533 is defined as a superset of eight-bit-control, for whatever
reason.  That could be MULE related.  There is also mule-lao with the
same property, but that is marked :supplementary-p.

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]