summaryrefslogtreecommitdiff
path: root/Build/source/texk/cjkutils/sjisconv.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/cjkutils/sjisconv.c')
-rw-r--r--Build/source/texk/cjkutils/sjisconv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/cjkutils/sjisconv.c b/Build/source/texk/cjkutils/sjisconv.c
index 3fcfbe1ae33..a844dd101eb 100644
--- a/Build/source/texk/cjkutils/sjisconv.c
+++ b/Build/source/texk/cjkutils/sjisconv.c
@@ -16,7 +16,7 @@ fprintf(stdout,"\\def\\CJKpreproc{%s}",banner);
ch= fgetc(stdin);
while(!feof(stdin))
-{if((ch>=0x81&&ch<=0x9F)||(ch>=0xE0&&ch<=0xEF))
+{if((ch>=0x81&&ch<=0x9F)||(ch>=0xE0&&ch<=0xFC))
{fprintf(stdout,"\177%c\177",ch);
ch= fgetc(stdin);