[Top][All Lists]
[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 12:55:44 +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 31 Jul 2006 16:49:19 -0400, Thien-Thi Nguyen <address@hidden> said:
> btw, i missed some of this thread so i assume "it" refers to
> `url-hexify-string'. if discussion is actually about some other
> function (that calls `url-hexify-string'), i have no opinion on
> those matters.
Let me summarize:
* Rev 1.12
The argument is assumed to be a sequence of octets. Namely,
either a unibyte string or a multibyte string only containing
ascii, eight-bit-control, or eight-bit-graphic. A multibyte
string containing characters in other charsets causes an error.
* Rev 1.13
The argument is assumed to be a sequence of characters.
Incompatible change for non-ASCII strings.
* Rev 1.14
The argument is assumed to be either a sequence of characters or a
sequence of octets depending on the multibyteness of the string.
Incompatibility still remains for a multibyte string containing
eight-bit-control or eight-bit-graphic, but usually negligible.
I'm not sure if encoding with UTF-8 is really useful, but I don't
strongly oppose it if compatibility for the unibyte case is preverved.
YAMAMOTO Mitsuharu
address@hidden
- address@hidden: [patch] url-hexify-string does not follow W3C spec], Richard Stallman, 2006/07/30
- Re: address@hidden: [patch] url-hexify-string does not follow W3C spec], Thien-Thi Nguyen, 2006/07/30
- Re: address@hidden: [patch] url-hexify-string does not follow W3C spec], YAMAMOTO Mitsuharu, 2006/07/30
- Re: address@hidden: [patch] url-hexify-string does not follow W3C spec], Thien-Thi Nguyen, 2006/07/31
- Re: address@hidden: [patch] url-hexify-string does not follow W3C spec], Jason Rumney, 2006/07/31
- Re: address@hidden: [patch] url-hexify-string does not follow W3C spec], Stefan Monnier, 2006/07/31
- Re: address@hidden: [patch] url-hexify-string does not follow W3C spec], David Smith, 2006/07/31
- Re: address@hidden: [patch] url-hexify-string does not follow W3C spec], Thien-Thi Nguyen, 2006/07/31
- Re: address@hidden: [patch] url-hexify-string does not follow W3C spec],
YAMAMOTO Mitsuharu <=