[FEATURE] Add UI support for Internationalized Domain Names (IDN)
Add support for inputting and converting IDN domains in TCEforms. The domain is still stored and processed as punycode, only the user is now able to also enter also the IDN with its special chars in the backend. Include 3rd-party converter class "IDNA Convert" Change-Id: I87d275a2f3bcfd321147b6d32a5403db704bdc4d Resolves: #14500 Releases: 4.6 Reviewed-on: http://review.typo3.org/3804 Reviewed-by: Steffen Gebert Tested-by: Steffen Gebert
Showing
- NEWS.txt 7 additions, 1 deletionNEWS.txt
- t3lib/class.t3lib_tcemain.php 9 additions, 0 deletionst3lib/class.t3lib_tcemain.php
- typo3/contrib/idna/LICENCE 502 additions, 0 deletionstypo3/contrib/idna/LICENCE
- typo3/contrib/idna/ReadMe.txt 198 additions, 0 deletionstypo3/contrib/idna/ReadMe.txt
- typo3/contrib/idna/idna_convert.class.php 1605 additions, 0 deletionstypo3/contrib/idna/idna_convert.class.php
- typo3/sysext/cms/tbl_cms.php 1 addition, 1 deletiontypo3/sysext/cms/tbl_cms.php
- typo3/sysext/cms/tslib/class.tslib_content.php 7 additions, 0 deletionstypo3/sysext/cms/tslib/class.tslib_content.php
Please register or sign in to comment