texlive[49960] Build/source/texk/web2c: kanji-internal: more precise

commits+hironobu at tug.org commits+hironobu at tug.org
Wed Feb 6 15:14:04 CET 2019


Revision: 49960
          http://tug.org/svn/texlive?view=revision&revision=49960
Author:   hironobu
Date:     2019-02-06 15:14:04 +0100 (Wed, 06 Feb 2019)
Log Message:
-----------
kanji-internal: more precise warning message than r49955)

Revision Links:
--------------
    http://tug.org/svn/texlive?view=revision&revision=49955

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/ptexdir/kanji_dump.c
    trunk/Build/source/texk/web2c/uptexdir/kanji_dump.c

Modified: trunk/Build/source/texk/web2c/ptexdir/kanji_dump.c
===================================================================
--- trunk/Build/source/texk/web2c/ptexdir/kanji_dump.c	2019-02-06 11:01:31 UTC (rev 49959)
+++ trunk/Build/source/texk/web2c/ptexdir/kanji_dump.c	2019-02-06 14:14:04 UTC (rev 49960)
@@ -42,7 +42,7 @@
     /* Now BUFFER and P are the file and internal encoding strings.  */
     init_kanji (NULL, p);
     if (get_internal_enc() != i) {
-        fprintf (stderr, "Option --kanji-internal invalid when a format file is loaded.\n", p);
+        fprintf (stderr, "Kanji internal encoding incompatible with the preloaded format.\n", p);
         fprintf (stderr, "I'll stick to %s.\n", enc_to_string(get_internal_enc()));
     }
 }

Modified: trunk/Build/source/texk/web2c/uptexdir/kanji_dump.c
===================================================================
--- trunk/Build/source/texk/web2c/uptexdir/kanji_dump.c	2019-02-06 11:01:31 UTC (rev 49959)
+++ trunk/Build/source/texk/web2c/uptexdir/kanji_dump.c	2019-02-06 14:14:04 UTC (rev 49960)
@@ -42,7 +42,7 @@
     /* Now BUFFER and P are the file and internal encoding strings.  */
     init_kanji (NULL, p);
     if (get_internal_enc() != i) {
-        fprintf (stderr, "Option --kanji-internal invalid when a format file is loaded.\n", p);
+        fprintf (stderr, "Kanji internal encoding incompatible with the preloaded format.\n", p);
         fprintf (stderr, "I'll stick to %s.\n", enc_to_string(get_internal_enc()));
     }
 }



More information about the tex-live-commits mailing list