]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - locales/readme.txt
Add support for blocking tag messages with the deaf mode.
[user/henk/code/inspircd.git] / locales / readme.txt
index 1304adbb5b2978a072a5d3c9c60bbdf01767b08c..4edc7ef146ee8bf9804f7f2b4c89dbeccdeb27f4 100755 (executable)
@@ -1,6 +1,6 @@
 Here you can find locales configuration files.
 
-(!) The idea and several locale files are derived from Bynets UnrealIRCd distribution (See http://www.bynets.org/)
+(!) The idea and several locale files are derived from Bynets UnrealIRCd distribution (See https://bynets.org)
 
 *** File structure ***
 
@@ -16,14 +16,16 @@ Each file consists of 5-7 lines:
 3: List of additional characters that should be treated as upper-case
 
 4: 255 characters table - to-lower case conversion table. 
-Can be usefull for example for comparing nicknames that contains similar-looking characters with different codes.
+Can be useful for example for comparing nicknames that contains similar-looking characters with different codes.
 
 5: 255 characters table - to-upper case conversion table. 
-Can be usefull for example for comparing nicknames that contains similar-looking characters with different codes.
+Can be useful for example for comparing nicknames that contains similar-looking characters with different codes.
 
 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).