diff options
author | Timo Sirainen <cras@irssi.org> | 2005-11-19 18:13:18 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2005-11-19 18:13:18 +0000 |
commit | 342141fcb20cffcc7c2f49e7e478ba81af467df3 (patch) | |
tree | 880ce26a8d730bc26fa11976f05f5d22f6110b91 /src/fe-common/core/module-formats.c | |
parent | 5178a643bb565a987544bdb4d70c344000ecf201 (diff) | |
download | irssi-342141fcb20cffcc7c2f49e7e478ba81af467df3.zip |
If transliterations don't work in the system (eg. Solaris), don't allow
recode_transliterate setting to be enabled.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4082 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-common/core/module-formats.c')
-rw-r--r-- | src/fe-common/core/module-formats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-common/core/module-formats.c b/src/fe-common/core/module-formats.c index 66fb9f91..d9bfc48b 100644 --- a/src/fe-common/core/module-formats.c +++ b/src/fe-common/core/module-formats.c @@ -255,6 +255,7 @@ FORMAT_REC fecommon_core_formats[] = { { "conversion_added", "Added {hilight $0}/{hilight $1} to conversion database", 2, { FORMAT_STRING, FORMAT_STRING } }, { "conversion_removed", "Removed {hilight $0} from conversion database", 1, { FORMAT_STRING } }, { "conversion_not_found", "{hilight $0} not found in conversion database", 1, { FORMAT_STRING } }, + { "conversion_no_translits", "Transliterations not supported in this system", 0 }, { "recode_header", "%#Target Character set", 0 }, { "recode_line", "%#%|$[!30]0 $1", 2, { FORMAT_STRING, FORMAT_STRING } }, |