[pango/visible-things: 30/35] Add a nick for paragraph separator
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/visible-things: 30/35] Add a nick for paragraph separator
- Date: Mon, 8 Jul 2019 20:59:16 +0000 (UTC)
commit 76acd7778da64c4046d1445e87c0fc28e42cdfbf
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]