[latex3-commits] [git/LaTeX3-latex3-latex3] master: ConTeXt no longer uses unicode table (08054a0)

Joseph Wright joseph.wright at morningstar2.co.uk
Sat Apr 6 09:45:43 CEST 2019


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/08054a070a0e574d062ad0fa7b6c2be0818398f5

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

commit 08054a070a0e574d062ad0fa7b6c2be0818398f5
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Apr 6 08:39:48 2019 +0100

    ConTeXt no longer uses unicode table


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

08054a070a0e574d062ad0fa7b6c2be0818398f5
 l3kernel/CHANGELOG.md |    4 ++++
 l3kernel/l3luatex.dtx |    6 +++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/l3kernel/CHANGELOG.md b/l3kernel/CHANGELOG.md
index 0251206..d54b678 100644
--- a/l3kernel/CHANGELOG.md
+++ b/l3kernel/CHANGELOG.md
@@ -11,6 +11,10 @@ this project uses date-based 'snapshot' version identifiers.
 
 - Moved `\tl_if_single_token:n(TF)` to stable
 
+###
+
+- Support for ConTeXt from mid-December 2018
+
 ## [2019-03-26]
 
 ### Fixed
diff --git a/l3kernel/l3luatex.dtx b/l3kernel/l3luatex.dtx
index 2d0db7f..fee4f67 100644
--- a/l3kernel/l3luatex.dtx
+++ b/l3kernel/l3luatex.dtx
@@ -330,7 +330,11 @@ local os_date    = os.date
 local setcatcode = tex.setcatcode
 local sprint     = tex.sprint
 local write      = tex.write
-local utf8_char  = unicode.utf8.char
+%    \end{macrocode}
+%
+%   Newer Con\TeX{}t releases replace the |unicode| library by |utf|.
+%    \begin{macrocode}
+local utf8_char = (utf and utf.char) or unicode.utf8.char
 %    \end{macrocode}
 %
 %   Deal with Con\TeX{}t: doesn't use |kpse| library.





More information about the latex3-commits mailing list