Parece codificação compatível com ASCII . Use o Conversor Punycode para confirmar que esses dois endereços correspondem entre si.
Estou usando o chrome 41 no Windows 7 (tema clássico).
No chrome eu tenho esse url http://www.faszinationtür.de/images/PDFs/prospekt49.pdf
open e copiei para a prancheta o resultado é o seguinte http://www.xn--faszinationtr-7ob.de/images/PDFs/prospekt49.pdf
// why does this
http://www.faszinationtür.de/images/PDFs/prospekt49.pdf
// is copied / pasted as this
http://www.xn--faszinationtr-7ob.de/images/PDFs/prospekt49.pdf
Isso é uma estranha URL-Rewriting de acordo com um padrão, ou alguma mágica de javascript para reescrever a URL na barra de endereços ou o meu computador é hackeado?
De RFC3492
Punycode is a simple and efficient transfer encoding syntax designed
for use with Internationalized Domain Names in Applications (IDNA).
It uniquely and reversibly transforms a Unicode string into an ASCII
string. ASCII characters in the Unicode string are represented
literally, and non-ASCII characters are represented by ASCII
characters that are allowed in host name labels (letters, digits, and
hyphens). This document defines a general algorithm called
Bootstring that allows a string of basic code points to uniquely
represent any string of code points drawn from a larger set.
Punycode is an instance of Bootstring that uses particular parameter
values specified by this document, appropriate for IDNA.
Parece codificação compatível com ASCII . Use o Conversor Punycode para confirmar que esses dois endereços correspondem entre si.