From 4fd7000f65f8db9c94913560a4c8744bf0545e34 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnter=20Milde?= Date: Thu, 28 Mar 2019 13:29:33 +0100 Subject: [PATCH] Unicodesymbols: add force flags. --- lib/unicodesymbols | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/unicodesymbols b/lib/unicodesymbols index e08c013afe..1120c1a71f 100644 --- a/lib/unicodesymbols +++ b/lib/unicodesymbols @@ -1121,8 +1121,8 @@ #0x05bf "" "" "combining,force" "" "" # HEBREW POINT RAFE #0x05c0 "" "" "" "" "" # HEBREW PUNCTUATION PASEQ # shindot and shindot are actually combining unicode characters but work fine as postfix -0x05c1 "\\shindot" "" "force=cp1255;utf8;utf8-cjk" "" "" # HEBREW POINT SHIN DOT -0x05c2 "\\sindot" "" "force=cp1255;utf8;utf8-cjk" "" "" # HEBREW POINT SIN DOT +0x05c1 "\\shindot" "" "force=cp1255;utf8;utf8-cjk;utf8x" "" "" # HEBREW POINT SHIN DOT +0x05c2 "\\sindot" "" "force=cp1255;utf8;utf8-cjk;utf8x" "" "" # HEBREW POINT SIN DOT 0x05c3 "\\sofpasuq" "" "force=cp1255;utf8;utf8-cjk" "" "" # HEBREW PUNCTUATION SOF PASUQ #0x05c4 "" "" "combining,force" "" "" # HEBREW MARK UPPER DOT #0x05c5 "" "" "combining,force" "" "" # HEBREW MARK LOWER DOT -- 2.39.5