From ead498f0a642b27cb9a63f76d146ba776fc7f7b6 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Fri, 11 Jan 2019 16:40:41 +0100 Subject: [PATCH] Add support for U+2693 (ANCHOR) Fixes: #10706 --- lib/unicodesymbols | 6 +++--- src/LaTeXFeatures.cpp | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/unicodesymbols b/lib/unicodesymbols index e4f91898b3..00ed9682c8 100644 --- a/lib/unicodesymbols +++ b/lib/unicodesymbols @@ -3052,8 +3052,8 @@ #0x268f "" "" "" "" "" # DIGRAM FOR GREATER YIN #0x2690 "" "" "" "" "" # WHITE FLAG #0x2691 "" "" "" "" "" # BLACK FLAG -0x2692 "\MineSign" "marvosym" "force" "" "" # HAMMER AND PICK -#0x2693 "" "" "" "" "" # ANCHOR +0x2692 "\\MineSign" "marvosym" "force" "" "" # HAMMER AND PICK +0x2693 "\\anchor" "dingbat" "force" "" "" # ANCHOR #0x2694 "\\dsmilitary" "dictsym" "force" "" "" # CROSSED SWORDS #0x2695 "\\dsmedical" "dictsym" "force" "" "" # STAFF OF AESCULAPIUS #0x2696 "\\dsjuridical" "dictsym" "force" "" "" # SCALES @@ -3076,7 +3076,7 @@ #0x26a7 "" "" "" "" "" # MALE WITH STROKE AND MALE AND FEMALE SIGN #0x26a8 "" "" "" "" "" # VERTICAL MALE WITH STROKE SIGN #0x26a9 "" "" "" "" "" # HORIZONTAL MALE WITH STROKE SIGN -0x26aa "\Neutral" "marvosym" "force" "" "" # MEDIUM WHITE CIRCLE +0x26aa "\\Neutral" "marvosym" "force" "" "" # MEDIUM WHITE CIRCLE #0x26ab "" "" "" "" "" # MEDIUM BLACK CIRCLE #0x26ac "" "" "" "" "" # MEDIUM SMALL WHITE CIRCLE 0x26ad "\\textmarried" "textcomp" "force" # MARRIAGE SYMBOL diff --git a/src/LaTeXFeatures.cpp b/src/LaTeXFeatures.cpp index b4e7453b3b..875bbe2394 100644 --- a/src/LaTeXFeatures.cpp +++ b/src/LaTeXFeatures.cpp @@ -959,6 +959,7 @@ char const * simplefeatures[] = { "framed", "soul", "textcomp", + "dingbat", "pmboxdraw", "bbding", "ifsym",