diff options
Diffstat (limited to 'src/UCAux.c')
-rw-r--r-- | src/UCAux.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/UCAux.c b/src/UCAux.c index db88bbcf..a1065489 100644 --- a/src/UCAux.c +++ b/src/UCAux.c @@ -69,9 +69,11 @@ PUBLIC BOOL UCCanTranslateFromTo ARGS2( if (!strcmp(fromname, "koi8-r") || /* from cyrillic */ !strcmp(fromname, "iso-8859-5") || + !strcmp(fromname, "windows-1251") || !strcmp(fromname, "koi-8")) { if (strcmp(toname, "iso-8859-5") && strcmp(toname, "koi8-r") && + strcmp(toname, "windows-1251") && strcmp(toname, "iso-8859-2")) return NO; } |