aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/utf
Commit message (Expand)AuthorAgeFilesLines
* [ticket/16151] Enable Emojis and rich text in forum name3D-I2019-10-281-12/+31
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-2/+0
* [feature/patchwork-utf8] Rely on mbstring, use patchwork/utf8 as fallbackNicolas Grekas2014-11-081-516/+64
* [feature/patchwork-utf8] Remove utf8_str_replaceNicolas Grekas2014-11-081-47/+0
* [feature/patchwork-utf8] Normalize with intl, use patchwork/utf8 as fallbackNicolas Grekas2014-11-088-1612/+32
* [ticket/12722] Add Generic.Formatting.SpaceAfterCast in the legacy rulesetTristan Darricau2014-06-161-1/+1
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-272-9/+14
* [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-291-6/+0
* [ticket/10847] fixing all misspelled "dependant" to "dependent"Senky2012-04-301-1/+1
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-312-4/+2
* [ticket/9669] Replace spaces with tabsIgor Wiedler2011-03-071-1/+1
* [ticket/9669] Switch if/else to make the if positiveIgor Wiedler2011-03-061-33/+33
* [ticket/9669] Make sure normalize_nfc returns stringIgor Wiedler2011-03-051-3/+3
* [ticket/9669] Add isNormalized checks for performanceIgor Wiedler2011-03-051-2/+14
* [ticket/9669] Add native Normalizer supportIgor Wiedler2011-03-051-30/+75
* [ticket/9574] Remove conditional PHP<5.2 codeIgor Wiedler2010-12-281-58/+14
* [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-1135-39/+31
* Make a few functions truly static to fix the tests.Nils Adermann2010-03-061-7/+7
* Copy 3.0.x branch to trunkMeik Sievertsen2009-10-0435-0/+50272
* Move trunk/phpBB to old_trunk/phpBB Meik Sievertsen2009-10-0433-3060/+0
* - updated all code to use the request class instead of any direct access toNils Adermann2008-11-241-0/+2
* ok... i hope i haven't messed too much with the code and everything is still ...Meik Sievertsen2008-05-292-35/+18
* fixing access to const members in the normalizer and the normalizer testNils Adermann2008-05-051-2/+2
* some missing merges...Meik Sievertsen2008-05-041-1/+1
* - make viewforum work againDavid M2008-01-081-175/+0
* good bye old friendDavid M2008-01-032-46722/+0
* oh boy...David M2008-01-032-324/+99
* 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