[latex3-commits] [git/LaTeX3-latex3-latex3] unicode-data: pTeX can't handle high chars properly in text mapping (7feb2c2c1)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Oct 14 09:10:52 CEST 2022


Repository : https://github.com/latex3/latex3
On branch  : unicode-data
Link       : https://github.com/latex3/latex3/commit/7feb2c2c145b3362a755174034b2d6c8714c651d

>---------------------------------------------------------------

commit 7feb2c2c145b3362a755174034b2d6c8714c651d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Oct 14 08:10:52 2022 +0100

    pTeX can't handle high chars properly in text mapping
    
    This now shows up as 'generated' text isn't the same as typed
    in CJK chars, and we need to avoid splitting the latter for pTeX.


>---------------------------------------------------------------

7feb2c2c145b3362a755174034b2d6c8714c651d
 l3kernel/testfiles/m3text006.lvt                        | 2 ++
 l3kernel/testfiles/{m3pdf002.tlg => m3text006.ptex.tlg} | 3 +--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/l3kernel/testfiles/m3text006.lvt b/l3kernel/testfiles/m3text006.lvt
index 5c2d8b86a..41d2a8aa7 100644
--- a/l3kernel/testfiles/m3text006.lvt
+++ b/l3kernel/testfiles/m3text006.lvt
@@ -15,6 +15,8 @@
 
 \ExplSyntaxOn
 
+\sys_if_engine_ptex:T { \END }
+
 \TEST { Grapheme~mapping }
   {
     % The aim here is to use the comprehensive test list from the Unicode
diff --git a/l3kernel/testfiles/m3pdf002.tlg b/l3kernel/testfiles/m3text006.ptex.tlg
similarity index 83%
copy from l3kernel/testfiles/m3pdf002.tlg
copy to l3kernel/testfiles/m3text006.ptex.tlg
index 7bd73853f..ea9d1d87d 100644
--- a/l3kernel/testfiles/m3pdf002.tlg
+++ b/l3kernel/testfiles/m3text006.ptex.tlg
@@ -1,4 +1,3 @@
 This is a generated file for the LaTeX (2e + expl3) validation system.
 Don't change this file in any respect.
-true
-false
+Author: Joseph Wright





More information about the latex3-commits mailing list.