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: YAMAMOTO Mitsuharu
Subject: Re: address@hidden: [patch] url-hexify-string does not follow W3C spec]
Date: Tue, 01 Aug 2006 13:34:45 +0900
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/22.0.50 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

>>>>> On Tue, 01 Aug 2006 00:20:50 -0400, Stefan Monnier <address@hidden> said:

> 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"

                                     YAMAMOTO Mitsuharu
                                address@hidden




reply via email to

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