aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/utf/data
Commit message (Collapse)AuthorAgeFilesLines
* [feature/patchwork-utf8] Normalize with intl, use patchwork/utf8 as fallbackNicolas Grekas2014-11-086-14/+0
|
* [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-1133-35/+31
| | | | | | | | | | | | Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556
* Copy 3.0.x branch to trunkMeik Sievertsen2009-10-0433-0/+46761
| | | | git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move trunk/phpBB to old_trunk/phpBB Meik Sievertsen2009-10-0431-39/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@10210 89ea8834-ac86-4346-8a33-228a782c2dd0
* good bye old friendDavid M2008-01-032-46722/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@8297 89ea8834-ac86-4346-8a33-228a782c2dd0
* let's remove 350+ impossible entriesDavid M2007-07-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7908 89ea8834-ac86-4346-8a33-228a782c2dd0
* - replace all of the mapings that transform some sort of letter l to number ↵David M2007-07-191-1/+1
| | | | | | one instead to some sort of letter l to latin small letter l git-svn-id: file:///svn/phpbb/trunk@7906 89ea8834-ac86-4346-8a33-228a782c2dd0
* - search result extract shouldn't end in the middle of a multibyte character ↵Nils Adermann2007-07-151-0/+1
| | | | | | | | | | | | | [Bug #11863] - missing localisation for an imageset shouldn't create lots of "imageset refreshed" log messages [Bug #12027] - explain that themes which need parsing cannot be stored on the filesystem [Bug #11134] - normalize usernames (we really need to make sure we normalize everything) - improved utf8_clean_string, more complete list of homographs and NFKC normalization, also the resulting string is now trimmed - corrected searching subforums explanation [Bug #12209] git-svn-id: file:///svn/phpbb/trunk@7890 89ea8834-ac86-4346-8a33-228a782c2dd0
* Small fix, thanks Black_HoleHenry Sudhof2007-06-151-1/+1
| | | | | | | #12427 git-svn-id: file:///svn/phpbb/trunk@7757 89ea8834-ac86-4346-8a33-228a782c2dd0
* maybe the reason why some boards had problems with special characters on ↵Meik Sievertsen2007-06-081-3/+3
| | | | | | conversions? :/ git-svn-id: file:///svn/phpbb/trunk@7724 89ea8834-ac86-4346-8a33-228a782c2dd0
* #12227David M2007-06-061-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7720 89ea8834-ac86-4346-8a33-228a782c2dd0
* #12039David M2007-06-011-0/+39
| | | | git-svn-id: file:///svn/phpbb/trunk@7703 89ea8834-ac86-4346-8a33-228a782c2dd0
* - forgot to add characters to cheat list, and also missed 00C5 when manually ↵Nils Adermann2007-05-261-1/+1
| | | | | | editing git-svn-id: file:///svn/phpbb/trunk@7686 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Send stylesheet in style.php even without a valid session id [Bug #11531]Nils Adermann2007-05-261-1/+1
| | | | | | | | - request_var should strictly return the requested number of dimensions - corrected a character mapping in the search indexing character list, people might want to reindex after this change if they use fulltext_native git-svn-id: file:///svn/phpbb/trunk@7685 89ea8834-ac86-4346-8a33-228a782c2dd0
* wrong function name :PDavid M2007-02-161-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6992 89ea8834-ac86-4346-8a33-228a782c2dd0
* eh? meh.David M2007-02-041-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6966 89ea8834-ac86-4346-8a33-228a782c2dd0
* - added a cp1255 to UTF-8 convertorDavid M2007-02-041-0/+130
| | | | git-svn-id: file:///svn/phpbb/trunk@6965 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7474David M2007-01-311-0/+34
| | | | | | | #7308 git-svn-id: file:///svn/phpbb/trunk@6952 89ea8834-ac86-4346-8a33-228a782c2dd0
* #6828David M2007-01-071-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@6852 89ea8834-ac86-4346-8a33-228a782c2dd0
* - prefer ISO over CP as ISO is more commonDavid M2007-01-071-0/+262
| | | | | | | - added TIS-620 and cp-1251 git-svn-id: file:///svn/phpbb/trunk@6849 89ea8834-ac86-4346-8a33-228a782c2dd0
* recode_basic and recode_cjk (this one is most probably not within the full ↵Meik Sievertsen2007-01-062-0/+46257
| | | | | | release but available seperatly due to it's sheer size) for converting to utf8 git-svn-id: file:///svn/phpbb/trunk@6845 89ea8834-ac86-4346-8a33-228a782c2dd0
* filenames and directories are lowercase onlyMeik Sievertsen2006-10-083-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@6466 89ea8834-ac86-4346-8a33-228a782c2dd0
* Case folding! :DDavid M2006-10-073-0/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@6464 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed: missing fileLudovic Arnaud2006-07-151-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6186 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated UTF filesLudovic Arnaud2006-07-1516-16/+16
| | | | git-svn-id: file:///svn/phpbb/trunk@6185 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed: split the tables used by the search indexer in order to load them ↵Ludovic Arnaud2006-07-1221-1/+20
| | | | | | on a need-to-use basis and preserve memory git-svn-id: file:///svn/phpbb/trunk@6172 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added: UTF-8 normalizer along with all the data files requiredLudovic Arnaud2006-07-107-0/+15
git-svn-id: file:///svn/phpbb/trunk@6163 89ea8834-ac86-4346-8a33-228a782c2dd0