pgsql: Update list of combining characters - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Update list of combining characters
Date
Msg-id E1hdgP0-0005ua-LR@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Update list of combining characters

The list of combining characters to ignore for calculating the display
width of a string (used for example by psql) was wildly outdated and
incorrect.

Discussion: https://www.postgresql.org/message-id/flat/bbb19114-af1e-513b-08a9-61272794bd5c%402ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d8594d123c155aeecd47fc2450f62f5100b2fbf0

Modified Files
--------------
src/backend/utils/mb/wchar.c | 94 +++++++++++++++++++++++++++++---------------
1 file changed, 62 insertions(+), 32 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Add XSL stylesheet to fix up SVG files
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Improve documentation for jsonpath like_regex predicate