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

[idn] Re: IDN's with any ASCII character



"Edmon Chung" <edmon@neteka.com> 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.