[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lynx-dev] non-ascii characters in URLs
From: |
Thorsten Glaser |
Subject: |
Re: [Lynx-dev] non-ascii characters in URLs |
Date: |
Tue, 3 Jan 2012 11:55:55 +0000 (UTC) |
Klaus-Peter Wegge dixit:
> ö or & etc. are allowed characters in an URL.
The browser converts
<a href="http://www.hörkomm.de/">foo</a>
to http://www.hörkomm.de/ which is an invalid URL.
The ONLY place where non-ASCII characters are allowed in
a “web address” (IDNA) is a browser’s address bar. They
are then punycode-encoded, yielding the xn--something
form (URL), which is what you see on the line.
bye,
//mirabilos
--
22:59⎜<Vutral> glaub ich termkit is kompliziert | glabe nicht das man
damit schneller arbeitet | reizüberflutung │ wie windows │ alles evil
zuviel bilder │ wie ein spiel | 23:00⎜<Vutral> die meisten raffen auch
nicht mehr von windows | 23:01⎜<Vutral> bilderbücher sind ja auch nich
wirklich verbreitet als erwachsenen literatur ‣ who needs GUIs thus?
- [Lynx-dev] non-ascii characters in URLs, Klaus-Peter Wegge, 2012/01/02
- Re: [Lynx-dev] non-ascii characters in URLs, David Dorward, 2012/01/03
- Re: [Lynx-dev] non-ascii characters in URLs, Keith Bowes, 2012/01/09
- Re: [Lynx-dev] non-ascii characters in URLs, David Dorward, 2012/01/09
- Re: [Lynx-dev] non-ascii characters in URLs, David Woolley, 2012/01/03
- Re: [Lynx-dev] non-ascii characters in URLs, Thomas Dickey, 2012/01/03
Re: [Lynx-dev] non-ascii characters in URLs, Thorsten Glaser, 2012/01/02
Re: [Lynx-dev] non-ascii characters in URLs, Keith Bowes, 2012/01/06