]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Print combining characters (those reported as having zero width by
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 27 Dec 2006 19:45:51 +0000 (19:45 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 27 Dec 2006 19:45:51 +0000 (19:45 +0000)
commit38b72135c91491860f9882be9f5a3d0dacab64c5
treeca8bdb925be4e6cf2a46ada839baa5c6a37f691c
parent094ccd1ca3603d58b8b5397b4272ec06b46b0b03
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.
src/bin/psql/mbprint.c