[LyX/master] Fix the Unicode encoding of langle/rangle
Thibaut Cuvelier
tcuvelier at lyx.org
Thu Oct 28 21:31:24 UTC 2021
commit ed052a76915e90a414f7a2631b8e4dee8cb3b3c8
Author: Thibaut Cuvelier <tcuvelier at lyx.org>
Date: Thu Oct 28 23:52:30 2021 +0200
Fix the Unicode encoding of langle/rangle
Author: lynx
Related issue: 12411.
https://www.lyx.org/trac/ticket/12411
The previous mapping was for HTML 4, the new one is for HTML 5.
---
lib/symbols | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/symbols b/lib/symbols
index 2e097e7..8e22f48 100644
--- a/lib/symbols
+++ b/lib/symbols
@@ -438,8 +438,8 @@ Uparrow cmsy 42 221 mathrel ⇑ ⇑
Downarrow cmsy 43 223 mathrel ⇓ ⇓
Updownarrow cmsy 109 0 mathrel ⇕ ⇕
backslash cmsy 110 0 mathord \ \
-rangle cmsy 105 241 mathclose 〉 〉
-langle cmsy 104 225 mathopen 〈 〈
+rangle cmsy 105 241 mathclose 〉 ⟩
+langle cmsy 104 225 mathopen 〈 ⟨
rbrace cmsy 103 0 mathclose } }
lbrace cmsy 102 0 mathopen { {
rceil cmsy 101 249 mathclose ⌉ ⌉
More information about the lyx-cvs
mailing list