markup-validator icon indicating copy to clipboard operation
markup-validator copied to clipboard

Wrong unicode domain name decoding

Open ZettaScript opened this issue 3 years ago • 0 comments

In the "Validate by URI" address field, the hostname is decoded the same way as the rest of the URI. This causes unicode hostnames to be badly decoded.

For example, the domain name ğ.ml should give xn--tea.ml, however it gives %C4%9F.ml.

ZettaScript avatar Sep 06 '21 11:09 ZettaScript