Re: Using UTF-8 for non-ASCII Characters in URLs

This isn't just a "small point", it's essential:

The only way to guarantee "round trip" is to stick to the smallest
repertoire of characters. Clearly you shouldn't enter "http" as
wide characters, and if you have 'wide characters' that need
to be distinguished from ascii characters, you should encode them
in hex-encoded-UTF8 always.

Received on Wednesday, 30 April 1997 00:10:45 UTC