all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Josh <josh@foxtail.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: Michael Albinus <michael.albinus@gmx.de>,
	Andreas Schwab <schwab@linux-m68k.org>,
	16048@debbugs.gnu.org
Subject: bug#16048: 24.3.50; String compare surprise
Date: Wed, 4 Dec 2013 12:13:42 -0800	[thread overview]
Message-ID: <CANdFEAFPhgp_4rrrJxnMU_jDhEuvz5tW1h9+bz15F69i83Gc9w@mail.gmail.com> (raw)
In-Reply-To: <831u1s4j9h.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 2852 bytes --]

On Wed, Dec 4, 2013 at 9:29 AM, Eli Zaretskii <eliz@gnu.org> wrote:
> > From: Josh <josh@foxtail.org>
> > Date: Wed, 4 Dec 2013 06:00:46 -0800
> > Cc: Michael Albinus <michael.albinus@gmx.de>, 16048@debbugs.gnu.org
> > On Wed, Dec 4, 2013 at 5:07 AM, Andreas Schwab <schwab@linux-m68k.org
>wrote:
> > > michael.albinus@gmx.de writes:
> > >
> > > > The following form evals to nil:
> > > >
> > > >   (string-equal "\377" "ÿ")
> > >
> > > "\377" is a unibyte string.  When converted to multibyte it yields
> > > "\x3fffff".
> >
> >
> > At least as of 24.3, the manual[0] suggests that such a conversion
> > should not occur in this case:
> And it doesn't occur, indeed:
>
>   (multibyte-string-p "\377")
>
>     => nil
>
> >     You can also use hexadecimal escape sequences (`\xN') and octal
> >     escape sequences (`\N') in string constants.  *But beware:* If a
> >     string constant contains hexadecimal or octal escape sequences,
> >     and these escape sequences all specify unibyte characters (i.e.,
> >     less than 256), and there are no other literal non-ASCII
> >     characters or Unicode-style escape sequences in the string, then
> >     Emacs automatically assumes that it is a unibyte string.  That is
> >     to say, it assumes that all non-ASCII characters occurring in the
> >     string are 8-bit raw bytes.
> >
> > [0] (info "(elisp) Non-ASCII in Strings")
> Best citation contest? you're on!

No, thanks.  I haven't entered such contests in many years.

>    -- Function: string= string1 string2
>        This function returns `t' if the characters of the two strings
>        match exactly.  Symbols are also allowed as arguments, in which
>        case the symbol names are used.  Case is always significant,
>        regardless of `case-fold-search'.
>
>    [...]
>
>        For technical reasons, a unibyte and a multibyte string are
>        `equal' if and only if they contain the same sequence of character
>        codes and all these codes are either in the range 0 through 127
>        (ASCII) or 160 through 255 (`eight-bit-graphic').  However, when a
>        unibyte string is converted to a multibyte string, all characters
>        with codes in the range 160 through 255 are converted to
>        characters with higher codes, whereas ASCII characters remain
>        unchanged.  Thus, a unibyte string and its conversion to multibyte
>        are only `equal' if the string is all ASCII.
>
> Note the last sentence.

Yes, I must have misunderstood Andreas' meaning; I believed he was
suggesting that the two strings compared differently due to "\377"
having been converted to a multibyte string and therefore miscomparing
with the unibyte (or so I thought) string "ÿ".  I see now that I had
it exactly backwards.  Thanks for setting me straight.

[-- Attachment #2: Type: text/html, Size: 3730 bytes --]

  reply	other threads:[~2013-12-04 20:13 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-04 11:44 bug#16048: 24.3.50; String compare surprise michael.albinus
2013-12-04 13:07 ` Andreas Schwab
2013-12-04 14:00   ` Josh
2013-12-04 17:29     ` Eli Zaretskii
2013-12-04 20:13       ` Josh [this message]
2013-12-04 14:05   ` Michael Albinus
2013-12-04 17:34     ` Eli Zaretskii
2013-12-04 19:12       ` Stefan Monnier
2013-12-05  7:51         ` Michael Albinus
2013-12-05 17:38           ` Eli Zaretskii
2013-12-05 19:11             ` Stefan Monnier
2013-12-05 19:18               ` Eli Zaretskii
2013-12-05 19:24                 ` Michael Albinus
2013-12-05 19:22               ` Michael Albinus

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=CANdFEAFPhgp_4rrrJxnMU_jDhEuvz5tW1h9+bz15F69i83Gc9w@mail.gmail.com \
    --to=josh@foxtail.org \
    --cc=16048@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=michael.albinus@gmx.de \
    --cc=schwab@linux-m68k.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.