]> granicus.if.org Git - postgresql/commit
Fix pg_euccn_mblen() so that it always returns 2 if data is not ascii.
authorTatsuo Ishii <ishii@postgresql.org>
Tue, 25 Jan 2000 02:12:27 +0000 (02:12 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Tue, 25 Jan 2000 02:12:27 +0000 (02:12 +0000)
commit6f843e8dd8e25af9e8839c96c8bb0ee019fcd580
tree359c2bb73e27b4445cb12e9ca9c56516ab1309c8
parenta39c6ab4cbdb53eec5296dcb0c8cbb88b2ead005
Fix pg_euccn_mblen() so that it always returns 2 if data is not ascii.
(EUC_CN does have only code set 0 and 1)
src/backend/utils/mb/wchar.c