From: Eli Zaretskii <eliz@gnu.org>
To: bojohan@gnu.org
Cc: 5799@debbugs.gnu.org
Subject: bug#5799: 24.0.50; Case and search problems in unibyte buffers
Date: Tue, 30 Mar 2010 00:43:06 +0300 [thread overview]
Message-ID: <831vf2249h.fsf@gnu.org> (raw)
In-Reply-To: <87bpe6g8hj.fsf@gnu.org>
> From: bojohan@gnu.org
> Date: Mon, 29 Mar 2010 22:48:08 +0200
> Cc:
>
> `downcase' behaves strangely too:
>
> (let ((default-enable-multibyte-characters nil))
> (with-temp-buffer
> (downcase 255)))
> => 4194303
This part is by design, I think: see the node "Character Codes" in the
ELisp manual. 4194303 is the internal multibyte representation of the
raw byte 255, part of the eight-bit charset.
next prev parent reply other threads:[~2010-03-29 21:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-29 20:48 bug#5799: 24.0.50; Case and search problems in unibyte buffers bojohan
2010-03-29 21:43 ` Eli Zaretskii [this message]
2011-09-18 20:01 ` Lars Magne Ingebrigtsen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=831vf2249h.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=5799@debbugs.gnu.org \
--cc=bojohan@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.