texlive[72803] Build/source/texk/web2c/uptexdir/kanji.c: uptex: twaek
commits+takuji at tug.org
commits+takuji at tug.org
Sat Nov 9 11:39:17 CET 2024
Revision: 72803
https://tug.org/svn/texlive?view=revision&revision=72803
Author: takuji
Date: 2024-11-09 11:39:17 +0100 (Sat, 09 Nov 2024)
Log Message:
-----------
uptex: twaek
Modified Paths:
--------------
trunk/Build/source/texk/web2c/uptexdir/kanji.c
Modified: trunk/Build/source/texk/web2c/uptexdir/kanji.c
===================================================================
--- trunk/Build/source/texk/web2c/uptexdir/kanji.c 2024-11-09 00:41:56 UTC (rev 72802)
+++ trunk/Build/source/texk/web2c/uptexdir/kanji.c 2024-11-09 10:39:17 UTC (rev 72803)
@@ -40,7 +40,7 @@
boolean is_char_ascii(integer c)
{
- return (0 <= c && c < 0x2E80);
+ return (0 <= c && c < LATIN_CHAR_LIMIT);
}
boolean is_char_kanji(integer c)
More information about the tex-live-commits
mailing list.