[Typo3-dev] Domain redirecting on a Typo3 Page

Martin T. Kutschker Martin.no5pam.Kutschker at blackbox.n0spam.net
Tue Jan 18 11:26:14 CET 2005


Michael Scharkow wrote:

> Carsten Bleicker wrote:
> 
>> hello everybody,
>> adding a domain to a subpage works only with domains like
>> "www.oekoguide.com" and not with "www.ökoguide.de"?
> 
> Seems like a nice encoding bug, please report it to http://bugs.typo3.org.

IDNA here we go!

I guess that TYPO3 assumes domains names to be plain old ASCII.

I see thre solutions.

* Don't do any check against the domain name
* Allow for the 100 or so new chars (mind the charset of the BE!)
* Transform a domain name into an ACE label (punycode) on storage

The last option may be beefed up by a transformation back on display.

Masi

http://www.ietf.org/rfc/rfc3454.txt
Preparation of Internationalized Strings ("stringprep")

http://www.ietf.org/rfc/rfc3491.txt
Nameprep: A Stringprep Profile for Internationalized Domain Names (IDN)

http://www.ietf.org/rfc/rfc3490.txt
Internationalizing Domain Names in Applications (IDNA)

http://www.ietf.org/rfc/rfc3492.txt
Punycode: A Bootstring encoding of Unicode
  for Internationalized Domain Names in Applications (IDNA)





More information about the TYPO3-dev mailing list