emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs 23 character code space


From: Stefan Monnier
Subject: Re: Emacs 23 character code space
Date: Sun, 23 Nov 2008 22:06:47 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> Also, shouldn't it be "codes 128 through 255"? Or am I missing
> something?

You're missing the fact that codes 128-255 can be one of two different
things, depending on context:
- for "unibyte chars", it's an "eight-bit" char (a byte)
- for "multibyte chars", it's a latin-1 char (not a byte).

See multibyte-char-to-unibyte and unibyte-char-to-multibyte.


        Stefan




reply via email to

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