emacs-devel
[Top][All Lists]
Advanced

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

Re: address@hidden: [patch] url-hexify-string does not follow W3C spec]


From: Stefan Monnier
Subject: Re: address@hidden: [patch] url-hexify-string does not follow W3C spec]
Date: Tue, 01 Aug 2006 02:50:41 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>> What incompatibility?  If the string only contains ASCII and
>> eight-bit-*, then encoding it with utf-8 will return the same string
>> of bytes (except in a unibyte string rather than multibyte string).

> Here's an example:

> (encode-coding-string "\x80" 'utf-8)
> => "\302\200"

Duh!  Looks like a serious bug to me.
Handa-san, what's up with that?


        Stefan




reply via email to

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