Print combining characters (those reported as having zero width by

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 6bb7b467c0572e4baafca5eb491aab2739e44378
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-12-27T19:45:36Z
Releases: 8.3.0
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.

Files

PathChange+/−
src/bin/psql/mbprint.c modified +15 −20