]> granicus.if.org Git - postgresql/commit
Print combining characters (those reported as having zero width by
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 27 Dec 2006 19:45:36 +0000 (19:45 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 27 Dec 2006 19:45:36 +0000 (19:45 +0000)
commit6bb7b467c0572e4baafca5eb491aab2739e44378
tree83660af84c7913b8b4660f4cc5236f04dd73e85c
parentde9be563d49baf175522e7917962aa29e88b0af6
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