summaryrefslogtreecommitdiff
path: root/Build/source/texk/makejvf/main.c
diff options
context:
space:
mode:
authorTakuji Tanaka <ttk@t-lab.opal.ne.jp>2020-02-16 07:53:31 +0000
committerTakuji Tanaka <ttk@t-lab.opal.ne.jp>2020-02-16 07:53:31 +0000
commite285555770b6e862533188c013ca2f7fea9d9e63 (patch)
tree35335c07633ba2052baaa4b46ea3cff81bd4eddb /Build/source/texk/makejvf/main.c
parentd70e5f7f8de0856948cd82e52c9507fdaf921138 (diff)
makejvf v20200216, Unicode-13.0
git-svn-id: svn://tug.org/texlive/trunk@53798 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/makejvf/main.c')
-rw-r--r--Build/source/texk/makejvf/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/makejvf/main.c b/Build/source/texk/makejvf/main.c
index 45d82bd78ec..b245356ec01 100644
--- a/Build/source/texk/makejvf/main.c
+++ b/Build/source/texk/makejvf/main.c
@@ -204,7 +204,7 @@ int main(int argc, char ** argv)
pstfm_nt=1; /* initialize */
if (ucs) {
if (ucs==ENTRY_CUSTOM) ch_max=usertable_charset[usertable_charset_max-1].max;
- else if (useset3) ch_max=0x2FFFF;
+ else if (useset3) ch_max=0x3FFFF;
else ch_max=0xFFFF;
for (ch=0;ch<=ch_max;ch++) {
if (search_cjk_entry(ch,ucs))