Re: [HACKERS] Unicode conversion (Re: [COMMITTERS] pgsql(configure.in))

2000-11-05 Thread Tatsuo Ishii
> Do you mind if we name this "--enable-unicode-conversion"? It's a bit > longer, but that's why they're called long options. :) Sounds reasonable:-) Please go ahead and change it. -- Tatsuo Ishii

Re: [HACKERS] Unicode conversion (Re: [COMMITTERS] pgsql(configure.in))

2000-10-30 Thread Tatsuo Ishii
> > 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 eve

[HACKERS] Unicode conversion (Re: [COMMITTERS] pgsql (configure.in))

2000-10-30 Thread Peter Eisentraut
> 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 ne