about summary refs log tree commit diff stats
path: root/src/UCAux.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1998-01-02 18:12:23 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1998-01-02 18:12:23 -0500
commit55ebd12c7fa4c97b88a5ca39320ac5d39c13ead0 (patch)
tree3db71bfe46ed30cb00c3429112923496412c8d5a /src/UCAux.c
parentb6c832d07f5a1c68607a9cff0da25cee0de89dad (diff)
downloadlynx-snapshots-55ebd12c7fa4c97b88a5ca39320ac5d39c13ead0.tar.gz
snapshot of project "lynx", label v2-7-1ac_0-105
Diffstat (limited to 'src/UCAux.c')
-rw-r--r--src/UCAux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/UCAux.c b/src/UCAux.c
index d0323233..a88ea273 100644
--- a/src/UCAux.c
+++ b/src/UCAux.c
@@ -94,12 +94,12 @@ PUBLIC UCTQ_t UCCanTranslateFromTo ARGS2(
 	if (!strcmp(fromname, "koi8-r") || /* from cyrillic */
 	    !strcmp(fromname, "iso-8859-5") ||
 	    !strcmp(fromname, "cp866") ||
-	    !strcmp(fromname, "windows-1251") ||
+	    !strcmp(fromname, "cp1251") ||
 	    !strcmp(fromname, "koi-8")) {
 	    if (strcmp(toname, "iso-8859-5") &&
 		strcmp(toname, "koi8-r") &&
 		strcmp(toname, "cp866") &&
-		strcmp(toname, "windows-1251"))
+		strcmp(toname, "cp1251"))
 		tqmax = TQ_POOR;
 	}
 	return ((LYCharSet_UC[from].UChndl >= 0) ? tqmax : tqmin);