diff options
author | Attila Molnar <attilamolnar@hush.com> | 2015-06-15 22:07:05 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2015-06-15 22:07:05 +0200 |
commit | 77b5bd0dbc10defcbc6bbc49df9da12d6a61dd8c (patch) | |
tree | ed70dc46728cd688888aefffdd43b8a58309228c /docs/conf | |
parent | baccf1eba4f3f49fea0a6eee58474c599e0cf477 (diff) | |
parent | 8ffce4d2f3ab29677b466238ce900a85b6c9d693 (diff) |
Merge pull request #1058 from SaberUK/insp20+nationalchars
[2.0] Fix various issues with the nationalchars module.
Diffstat (limited to 'docs/conf')
-rw-r--r-- | docs/conf/modules.conf.example | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 32701f0c4..364c30a14 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1148,10 +1148,13 @@ # 2) Allows using custom (national) casemapping over the network. #<module name="m_nationalchars.so"> # -# file - filename of existing file in "locales" directory -# casemapping - custom value for 005 numeric (if you want it to be -# different from the filename). Set this to the name of -# the locale if you are specifying an absolute path. +# file - Location of the file which contains casemapping rules. If this +# is a relative path then it is relative to "<PWD>/../locales" +# on UNIX and "<PWD>/locales" on Windows. +# casemapping - The name of the casemapping sent to clients in the 005 +# numeric. If this is not set then it defaults to the name +# of the casemapping file unless the file name contains a +# space in which case you will have to specify it manually. #<nationalchars file="bynets/russian-w1251-charlink" casemapping="ru_RU.cp1251-charlink"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# |