[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[idn] Re: IDN's with any ASCII character
- To: "Edmon Chung" <edmon@xxxxxxxxxx>
- Subject: [idn] Re: IDN's with any ASCII character
- From: Simon Josefsson <jas@xxxxxxxxxxx>
- Date: Sun, 04 May 2003 00:52:22 +0200
- Cc: "IETF idn working group" <idn@xxxxxxxxxxxx>
- In-reply-to: <> (Edmon Chung's message of "Sat, 3 May 2003 17:04:19 -0400")
- References: <> <> <> <> <>
- Sender: owner-idn@xxxxxxxxxxxx
- User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)
"Edmon Chung" <edmon@xxxxxxxxxx> writes:
> Given an input "this&that.com" the output for ToASCII MUST NOT be
> "xn--this&that-.com"
>
> And we have come across implementations that mis-convert it to
> "xn--this&that-.com"
As far as I can tell, this is simply a bug in the implementation, not
in the specification.
> Also, while ToASCII should fail in this case,
It depends. If the UseSTD3ASCIIRules flag is set, it should fail.
Otherwise, it shouldn't.