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)
commit155919852617f11b0a996656420df7220631eb41
tree8ea49d3376952af86dd16cf636f83a89bce69312
parentc12360456b42b6ed17e222adfb1b7a39c511fb15
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