mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
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
This commit is contained in:
parent
5178a643bb
commit
342141fcb2
4 changed files with 25 additions and 9 deletions
|
|
@ -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 } },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue