Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Re: URIs always within US/UK ascii strings?

www.cryer.info
Managed Newsgroup Archive

Re: URIs always within US/UK ascii strings?

Subject:Re: URIs always within US/UK ascii strings?
Posted by:"Remy Lebeau (TeamB)" (no.spam@no.spam.com)
Date:Tue, 2 May 2006 16:46:01

"dk_sz" <dk_sz@hotmail.com> wrote in message
news:4457eaaa$1@newsgroups.borland.com...

> AFAIK some time ago it became an official standard
> to have domain names containing e.g. the Danish æ å ø ?
> http://en.wikipedia.org/wiki/Internationalized_domain_names

Indy does not currently support IDNA.  That is currently under discussion by
Indy's developers.  The biggest problem with supporting IDNA in Indy is that
IDNA requires Unicode, which Indy (and the bulk of the VCL in general) does
not support.

> The problem is (for me) that it would be faster if I could
> assume ASCII only.

Then do so.  IDNA is only for converting Unicode-based hostnames into ASCII
representations when preforming DNS queries.  If you are trying to compare
two Unicode URLs, then just compare them directly.  You don't need IDNA for
that.


Gambit

Replies:

none

In response to:

www.cryer.info
Managed Newsgroup Archive