diff options
author | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-02-11 10:51:18 +0000 |
---|---|---|
committer | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-02-11 10:51:18 +0000 |
commit | bbf472cb954ce729fba5804c6c49faa473a10748 (patch) | |
tree | 3875432b562294ebd8a97fd356db76dea320f34c /locales | |
parent | 35d20fbabe8babe761e938e4c9a65c47f303f81d (diff) |
Patch by Phoenix
* adds line 8 for additional UTF-8 ranges
* adds cjk-utf8 locale
* fixes check 3.2 and adds check 3.3
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11082 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'locales')
-rwxr-xr-x | locales/readme.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/locales/readme.txt b/locales/readme.txt index 1304adbb5..069e664b5 100755 --- a/locales/readme.txt +++ b/locales/readme.txt @@ -23,7 +23,9 @@ Can be usefull for example for comparing nicknames that contains similar-looking 6: List of additional UTF-8 allowed characters -7: List of additional UTF-8 ranges (character followed by "range"). Strongly experimental. May be replaced in future versions. +7: List of additional UTF-8 ranges (character followed by 1-byte "range"). + +8: List of additional UTF-8 ranges (i.e. start1, end1, start2, end2,... UTF8-characters between each start-end pair assumed valid). *** Line format *** @@ -44,5 +46,4 @@ In this case every character of line except first dot specifies one character-co *** TODO *** -- Maybe replace line 7 with <interval start> <interval end> form? - UTF-8 collation rules (Inapplieable to InspIRCd atm). |