]> granicus.if.org Git - postgresql/commit
Support for conversion between UNICODE and other encodings
authorTatsuo Ishii <ishii@postgresql.org>
Thu, 12 Oct 2000 06:06:50 +0000 (06:06 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Thu, 12 Oct 2000 06:06:50 +0000 (06:06 +0000)
commitde53ce8131fec9bfaa48f646836b7eca17c168e2
tree14171a94ac786a7cf357cc605810c34853902ffc
parent6619ad11fffdf4481385a9977c72e3d3ca6f0c83
Support for conversion between UNICODE and other encodings

currently ISO8859-[1-5] and EUC_JP are supported.
support for other encodings will be coming soon.
14 files changed:
src/backend/utils/mb/EUC_JP_to_UTF.map [new file with mode: 0644]
src/backend/utils/mb/Makefile
src/backend/utils/mb/UTF_to_EUC_JP.map [new file with mode: 0644]
src/backend/utils/mb/conv.c
src/backend/utils/mb/iso8859.map [new file with mode: 0644]
src/backend/utils/mb/liketest.c [new file with mode: 0644]
src/backend/utils/mb/mbutils.c
src/backend/utils/mb/palloc.c [new file with mode: 0644]
src/backend/utils/mb/sjis.map [new file with mode: 0644]
src/backend/utils/mb/sjistest.c [new file with mode: 0644]
src/backend/utils/mb/uconv.c [new file with mode: 0644]
src/backend/utils/mb/uconv2.c [new file with mode: 0644]
src/backend/utils/mb/utftest.c
src/backend/utils/mb/wchar.c