[latex3-commits] [git/LaTeX3-latex3-latex3] l3text: Update accent list (39cbff954)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Dec 6 08:29:32 CET 2019
Repository : https://github.com/latex3/latex3
On branch : l3text
Link : https://github.com/latex3/latex3/commit/39cbff9541da426c4935870a56c8dac8ac817bfd
>---------------------------------------------------------------
commit 39cbff9541da426c4935870a56c8dac8ac817bfd
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Dec 5 23:04:44 2019 +0000
Update accent list
This is the full set from hyperref's PU encoding:
the order here is by Unicode codepoint.
>---------------------------------------------------------------
39cbff9541da426c4935870a56c8dac8ac817bfd
l3kernel/l3text.dtx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/l3kernel/l3text.dtx b/l3kernel/l3text.dtx
index 681c864cb..700c9a3d9 100644
--- a/l3kernel/l3text.dtx
+++ b/l3kernel/l3text.dtx
@@ -379,7 +379,8 @@
% need to be converted further.
% \begin{macrocode}
\tl_new:N \l_text_accents_tl
-\tl_set:Nn \l_text_accents_tl { \" \' \. \^ \` \~ \c \H \k \r \t \u \v }
+\tl_set:Nn \l_text_accents_tl
+ { \` \' \^ \~ \= \u \U \. \" \r \H \v \G \C \d \c \k \b \t }
\tl_new:N \l_text_letterlike_tl
\tl_set:Nn \l_text_letterlike_tl
{
More information about the latex3-commits
mailing list