aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/utf
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-052-10/+17
* - added information about Unicode to coding guidelinesNils Adermann2007-08-161-2/+2
* - two new packages... diff and utfMeik Sievertsen2007-08-162-24/+33
* some bugs fixedMeik Sievertsen2007-08-151-4/+45
* lest we forgetDavid M2007-08-141-0/+6
* another thing was never included, now it isDavid M2007-08-051-0/+7
* OH NO, WHAT HAS HE DONE?!David M2007-08-031-2/+8
* - a better way of checking PCRE property supportDavid M2007-07-231-4/+4
* try to normalize everything...Meik Sievertsen2007-07-221-1/+11
* let's remove 350+ impossible entriesDavid M2007-07-191-1/+1
* - replace all of the mapings that transform some sort of letter l to number o...David M2007-07-191-1/+1
* 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-152-141/+10
* two new functions that will eventually replace one, this will give us a bette...David M2007-07-151-3/+731
* Small fix, thanks Black_HoleHenry Sudhof2007-06-151-1/+1
* ok, mess around with the templates + fixing some bugs + adjusting headers for...Meik Sievertsen2007-06-091-3/+3
* maybe the reason why some boards had problems with special characters on conv...Meik Sievertsen2007-06-081-3/+3
* #12227David M2007-06-061-1/+1
* #12039David M2007-06-012-0/+40
* #11769David M2007-05-271-1/+1
* - forgot to add characters to cheat list, and also missed 00C5 when manually ...Nils Adermann2007-05-261-1/+1
* - Send stylesheet in style.php even without a valid session id [Bug #11531]Nils Adermann2007-05-261-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
* 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