aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/utf/utf_tools.php
Commit message (Expand)AuthorAgeFilesLines
* - replaced the drop down menu log filter thing with log searchingJim Wigginton2009-08-211-0/+47
* Apply locale-independent basename() to attachment filenames. New function add...Meik Sievertsen2009-08-011-5/+33
* #21885David M2008-04-201-1/+1
* Cleaned usernames contain only single spaces, so 'a_name' and 'a__name' are t...Nils Adermann2007-12-041-0/+3
* - Allow charset names containing underscores or spacesNils Adermann2007-10-211-1/+1
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-6/+6
* - added information about Unicode to coding guidelinesNils Adermann2007-08-161-2/+2
* - two new packages... diff and utfMeik Sievertsen2007-08-161-22/+31
* some bugs fixedMeik Sievertsen2007-08-151-4/+45
* - a better way of checking PCRE property supportDavid M2007-07-231-4/+4
* try to normalize everything...Meik Sievertsen2007-07-221-1/+11
* make sure the class exists before we try to normalize with itDavid M2007-07-161-0/+6
* remove code duplicationDavid M2007-07-151-55/+10
* - search result extract shouldn't end in the middle of a multibyte character ...Nils Adermann2007-07-151-141/+9
* two new functions that will eventually replace one, this will give us a bette...David M2007-07-151-3/+731
* ok, mess around with the templates + fixing some bugs + adjusting headers for...Meik Sievertsen2007-06-091-3/+3
* #12039David M2007-06-011-0/+1
* #11769David M2007-05-271-1/+1
* - Handle ISO-8859-8-iDavid M2007-05-231-0/+6
* added class for disabled options in ACPMeik Sievertsen2007-05-041-2/+2
* - PostgreSQL can now use schemas. During install, under database name, enter ...David M2007-04-011-1/+1
* *** empty log message ***David M2007-03-291-2/+2
* #5330David M2007-03-271-1/+2
* - PHP4's mbstring is stupid stupid stupidDavid M2007-02-181-4/+20
* #7698David M2007-02-071-3/+3
* eh? meh.David M2007-02-011-4/+53
* #7474David M2007-01-311-58/+13
* 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-071-2/+2
* - prefer ISO over CP as ISO is more commonDavid M2007-01-071-22/+37
* - 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-061-12/+36
* - 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
* adjust some comments to work with phpdocumentor. :)Meik Sievertsen2006-11-171-29/+25
* #5362David M2006-11-161-4/+11
* - fixes for the following bugs:Meik Sievertsen2006-11-151-18/+23
* messageNils Adermann2006-11-121-3/+42