[pango/visible-things] Add a nick for paragraph separator



commit ed19d188efb6fe0458f3fab70d354622509ed18a
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jul 8 07:44:04 2019 -0400

    Add a nick for paragraph separator
    
    We show line separator as LS, so it makes a lot
    of sense to show paragraph separator as PS.

 pango/pango-impl-utils.h | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/pango/pango-impl-utils.h b/pango/pango-impl-utils.h
index 07b8fd74..dd5d10dc 100644
--- a/pango/pango-impl-utils.h
+++ b/pango/pango-impl-utils.h
@@ -143,6 +143,7 @@ static struct {
   { 0x200e, "LRM"   }, /* LEFT-TO-RIGHT MARK */
   { 0x200f, "RLM"   }, /* RIGHT-TO-LEFT MARK */
   { 0x2028, "LS"    }, /* LINE SEPARATOR */
+  { 0x2029, "PS"    }, /* PARAGRAPH SEPARATOR */
   { 0x202a, "LRE"   }, /* LEFT-TO-RIGHT EMBEDDING */
   { 0x202b, "RLE"   }, /* RIGHT-TO-LEFT EMBEDDING */
   { 0x202c, "PDF"   }, /* POP DIRECTIONAL FORMATTING */


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