aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/utf
Commit message (Expand)AuthorAgeFilesLines
...
* wrong function name :PDavid M2007-02-161-1/+1
* #8058David M2007-02-121-4/+5
* #7698David M2007-02-071-3/+3
* eh? meh.David M2007-02-041-1/+1
* - added a cp1255 to UTF-8 convertorDavid M2007-02-041-0/+130
* eh? meh.David M2007-02-011-4/+53
* #7474David M2007-01-312-58/+47
* some very tiny adjustements.Meik Sievertsen2007-01-271-3/+0
* oopsNils Adermann2007-01-261-1/+1
* - allow underscores in CSS class names / idsNils Adermann2007-01-261-4/+53
* - fix some oddities (doubled spaces for example)Meik Sievertsen2007-01-261-2/+2
* - new homographs or IDN confusables ( http://www.unicode.org/reports/tr39/dat...Nils Adermann2007-01-081-21/+83
* #6828David M2007-01-072-4/+4
* - prefer ISO over CP as ISO is more commonDavid M2007-01-072-22/+299
* - Treat system messages as ISO-8859-1 just like PHP does itNils Adermann2007-01-071-14/+9
* recode_basic and recode_cjk (this one is most probably not within the full re...Meik Sievertsen2007-01-063-12/+46293
* - allow login with redirect parameterNils Adermann2007-01-031-14/+18
* - added GB2312 support, made things nicer :DDavid M2006-12-291-5/+19
* #6646David M2006-12-281-3/+3
* hah! finally :DDavid M2006-12-281-4/+101
* - add return links to approve details [#6252]Meik Sievertsen2006-12-281-0/+8
* - removed a regex that made no senseDavid M2006-12-071-2/+0
* - do data validation via is_int instead of preg_match, ctype has bugs so it c...David M2006-12-071-1/+1
* - pretty serious speed improvement for strtoupper/strtolowerDavid M2006-12-021-116/+105
* use needleMeik Sievertsen2006-11-261-4/+4
* fixes for bugs #5564, #5554 and #5462Meik Sievertsen2006-11-231-1/+1
* ;-)David M2006-11-191-6/+0
* adjust some comments to work with phpdocumentor. :)Meik Sievertsen2006-11-172-40/+36
* #5362David M2006-11-162-12/+14
* - fixes for the following bugs:Meik Sievertsen2006-11-152-58/+60
* messageNils Adermann2006-11-121-3/+42
* - some fixesMeik Sievertsen2006-11-101-0/+3
* - compress is nicer (fixed a bug :P)David M2006-11-032-1161/+1070
* ok, i am an idiot...Meik Sievertsen2006-11-031-40/+0
* - implemented the suggested html_entity_decode function made by davidMeik Sievertsen2006-11-031-1/+44
* - temporarily disable x-sendfile support (we need to look into methods of che...Meik Sievertsen2006-10-301-7/+8
* - now username changes should work as desiredMeik Sievertsen2006-10-221-3/+3
* - 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