diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-08-03 10:20:31 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-08-03 10:20:31 -0400 |
commit | 3aee60ca50a415525b4719cc30cf66fcff069775 (patch) | |
tree | f4969a96985ef36c9b1b12bf8a439783f47ed840 /src/UCAux.c | |
parent | c4e90d703df03dd9ea1b52004728de003d6a2958 (diff) | |
download | lynx-snapshots-3aee60ca50a415525b4719cc30cf66fcff069775.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-45
Diffstat (limited to 'src/UCAux.c')
-rw-r--r-- | src/UCAux.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/UCAux.c b/src/UCAux.c index a1065489..e6d9247f 100644 --- a/src/UCAux.c +++ b/src/UCAux.c @@ -62,11 +62,11 @@ PUBLIC BOOL UCCanTranslateFromTo ARGS2( } if (!strcmp(fromname, "koi8-r")) { /* - * Will try to uses stripping of high bit... + * Will try to use stripping of high bit... */ return YES; } - + if (!strcmp(fromname, "koi8-r") || /* from cyrillic */ !strcmp(fromname, "iso-8859-5") || !strcmp(fromname, "windows-1251") || |