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: Stefan Monnier
Subject: Re: [Emacs-diffs] emacs-26 0feb673: Display raw bytes as belonging to 'eight-bit' charset
Date: Fri, 27 Jul 2018 15:03:48 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> The above change is safe, more-or-less, because it only affects how we
> display information about characters.  Making an equivalent change
> inside char-charset would affect all users of that API.

Yes, clearly this would be for `master`.

> In the Thai language environment, that just might make sense.

I don't see why it would ever make sense.

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?


        Stefan




reply via email to

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