[pango/more-default-ignorables] Add a few more default-ignorables




commit a215b3cfa07307d268c4e4cd941c7882dcc39343
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Nov 3 18:13:41 2021 -0400

    Add a few more default-ignorables
    
    Add some more directional formatting characters
    to the list of default-ignorables that we make
    visible when requested: ALM, LRI, RLI, FSI, PDI.

 pango/pango-impl-utils.h | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/pango/pango-impl-utils.h b/pango/pango-impl-utils.h
index bbeca994..a0183d69 100644
--- a/pango/pango-impl-utils.h
+++ b/pango/pango-impl-utils.h
@@ -137,6 +137,7 @@ static struct {
 } ignorables[] = {
   { 0x00ad, "SHY"   }, /* SOFT HYPHEN */
   { 0x034f, "CGJ"   }, /* COMBINING GRAPHEME JOINER */
+  { 0x061c, "ALM"   }, /* ARABIC LETTER MARK */
   { 0x200b, "ZWS"   }, /* ZERO WIDTH SPACE */
   { 0x200c, "ZWNJ"  }, /* ZERO WIDTH NON-JOINER */
   { 0x200d, "ZWJ"   }, /* ZERO WIDTH JOINER */
@@ -153,6 +154,10 @@ static struct {
   { 0x2061, "FA"    }, /* FUNCTION APPLICATION */
   { 0x2062, "IT"    }, /* INVISIBLE TIMES */
   { 0x2063, "IS"    }, /* INVISIBLE SEPARATOR */
+  { 0x2066, "LRI"   }, /* LEFT-TO-RIGHT ISOLATE */
+  { 0x2067, "RLI"   }, /* RIGHT-TO-LEFT ISOLATE */
+  { 0x2068, "FSI"   }, /* FIRST STRONG ISOLATE */
+  { 0x2069, "PDI"   }, /* POP DIRECTIONAL ISOLATE */
   { 0xfeff, "ZWNBS" }, /* ZERO WIDTH NO-BREAK SPACE */
 };
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]