aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop/regex_idn.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12926] Get rid of the $scheme and $inline vars, fix regex_idn.phprxu2015-01-101-27/+35
| | | | | | | Get rid of the $scheme and $inline vars, fix regex_idn.php to generate both common and inline mode regexes all at once. PHPBB3-12926
* [ticket/12926] Support for IDN (IRI)rxu2014-11-271-0/+143
Add international domain name support for URLs. PHPBB3-12926