]> granicus.if.org Git - postgresql/commit
Add new configure option "--enable-uniconv" that enables automatic
authorTatsuo Ishii <ishii@postgresql.org>
Mon, 30 Oct 2000 07:17:31 +0000 (07:17 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Mon, 30 Oct 2000 07:17:31 +0000 (07:17 +0000)
commite5b6b0ebb94f824f170d91ad2241a0ed65191208
tree7be61dec963202745e03f1ea3d0d73a1fa82beb0
parentdd9dcd59cf54226aec64dc89156a5e93d1783184
Add new configure option "--enable-uniconv" that enables automatic
code conversion between Unicode and other encodings. Note that
this option requires --enable-multibyte also.
The reason why this is optional is that the feature requires huge
mapping tables and I don't think every user need the feature.
configure.in
src/include/config.h.in