For a light intro, see http://en.wikipedia.org/wiki/Internationalized_domain_name http://en.wikipedia.org/wiki/Punycode
Or, for the real stuff, http://tools.ietf.org/html/rfc3490 A list of examples, just to see what is, or at least should be possible: http://blogs.msdn.com/shawnste/archive/2006/09/14/754882.aspx I think it would be nice to support IDNA at least on a compatibility level as apparently quite a few of web2py users have native languages (and potentially domains) other than english. IDNA (love it or hate it) has gotten a lot of flak recently (and in most cases rightly so), but at the moment it's the only way you can have meaningful non- english names/words in your domain name. On Nov 30, 3:16 pm, Jonathan Benn <[EMAIL PROTECTED]> wrote: > Hi Achipa, > > On Nov 30, 4:46 pm, achipa <[EMAIL PROTECTED]> wrote: > > > Ah, ok, sorry if that was the original way of doing it, if it's done > > internally, I wholeheartedly support it. The only thing that bothers > > me in that case is unicode in the *domain* part of the URI. If you're > > doing the conversion inside IS_URL, it has to be smart enough to > > replace the domain part with punycode first, and then encode the rest > > by quoting it. > > Can you please point me to any good resources you know of for punycode > and/or unicode, and their uses in URLs? I'd appreciate it. I'll of > course do some research myself, but this discussion is the first I've > heard of punycode... > > Thanks, > > --Jonathan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

