pgsql: Print combining characters (those reported as having zero width - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql: Print combining characters (those reported as having zero width
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Print combining characters (those reported as having zero width by
PQdsplen()) normally, instead of replacing them by \uXXXX sequences.
Assume that they in fact occupy zero screen space for formatting purposes.
Per gripe from Michael Fuhr and ensuing discussion.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/src/bin/psql:
        mbprint.c (r1.23 -> r1.23.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/mbprint.c.diff?r1=1.23&r2=1.23.2.1)

pgsql-committers by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Print combining characters (those reported as having zero width
Next
From: [email protected] (User Okbob)
Date:
Subject: plpsm - plpgpsm: for statement support (compileable)