aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/utf
Commit message (Expand)AuthorAgeFilesLines
* - introducing clean usernames, needs to be tested more, I'm not sure I didn't...Nils Adermann2006-10-131-0/+35
* hopefully no bugs...David M2006-10-091-292/+246
* filenames and directories are lowercase onlyMeik Sievertsen2006-10-084-9/+9
* Case folding! :DDavid M2006-10-074-0/+47
* he braces style is deprecated as of PHP 6Meik Sievertsen2006-10-071-12/+4
* strpos...Meik Sievertsen2006-10-071-9/+3
* tried to begin adjusting all string functions where applicable - still a *lot...Meik Sievertsen2006-10-071-18/+7
* - forgot to make the same change to the ODBC driverDavid M2006-10-011-13/+32
* - added confirmation to removing bbcodesMeik Sievertsen2006-09-281-156/+170
* - no more encoding mixture, say hello to UTF-8 (I'll add a validation solutio...Nils Adermann2006-09-171-1/+1
* commenting some code :DDavid M2006-09-171-29/+187
* dratDavid M2006-09-161-1/+1
* yet another oops...David M2006-09-151-2/+2
* whitespace :PDavid M2006-09-151-78/+78
* new utf8_* stuffDavid M2006-09-151-18/+579
* - fix security issue in download.phpMeik Sievertsen2006-09-041-0/+1
* fix some bugs - hopefully not breaking anything...Meik Sievertsen2006-09-011-0/+1
* some updates. Also adjusted the utf tools and normalizer more to our coding g...Meik Sievertsen2006-08-222-1539/+1160
* Changed: moved functions that encode/decode NCRs from and to UTF-8 to utf_too...Ludovic Arnaud2006-07-151-0/+87
* Fixed: missing fileLudovic Arnaud2006-07-151-0/+1
* Updated UTF filesLudovic Arnaud2006-07-1516-16/+16
* Added: support for CJK and Hangul into the search engineLudovic Arnaud2006-07-151-0/+6
* Added: UTF-8 tools. Both functions are used by the "improved" search engine. ...Ludovic Arnaud2006-07-121-0/+130
* Changed: split the tables used by the search indexer in order to load them on...Ludovic Arnaud2006-07-1221-1/+20
* Changed: being anal with the notation of Unicode codepointsLudovic Arnaud2006-07-101-13/+13
* Added: UTF-8 normalizer along with all the data files requiredLudovic Arnaud2006-07-108-0/+1969