]> granicus.if.org Git - postgresql/commit
Add PQmbdsplen() which returns the "display length" of a character.
authorTatsuo Ishii <ishii@postgresql.org>
Mon, 15 Mar 2004 10:41:26 +0000 (10:41 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Mon, 15 Mar 2004 10:41:26 +0000 (10:41 +0000)
commite8c32050371d06c0f61fed02acc554fe7a7e8c66
treeeac210624a8f5b14c2aceafbe3ccae3d44172d7e
parent1bc2d544b979164a276f9e6052f0b6d23af59b60
Add PQmbdsplen() which returns the "display length" of a character.
Still some works needed:
- UTF-8, MULE_INTERNAL always returns 1
src/backend/utils/mb/mbutils.c
src/backend/utils/mb/wchar.c
src/bin/psql/common.c
src/include/mb/pg_wchar.h
src/interfaces/libpq/fe-misc.c
src/interfaces/libpq/libpq-fe.h