--enable-mb=encoding?

From: "Allan Huffman" <huffmana(at)ppc(dot)pims(dot)org>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: --enable-mb=encoding?
Date: 1999-10-11 08:44:15
Message-ID: 3801A35F.B8CDCBC1@ppc.pims.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

To ./configure PostgreSQL 6.5.2 to run with JDBC 1.1.7 what encoding
should I use in the following:

"--with-mb-encoding enable multi-byte support" (from
www.postgresql.org/docs/admin/config.htm)

Many Thanks,

Allan

Allan(at)ppc(dot)pims(dot)org

PS I found this:

Unicode can now be used in operating systems from Microsoft, IBM, DEC,
Sun, and Apple. Microsoft Windows NT uses Unicode as the default
character encoding in the OS; Windows 95 has most of the Microsoft
Unicode API in the MFC foundation class libraries. IBM, DEC, and Sun
offer Unicode in varying degrees of implementation, ranging from a full
Unicode development library provided with IBM AIX, to UTF-8 multi-byte
and UCS-4 wide-character support in Solaris, following the POSIX model.

at

http://www.isoc.org/isoc/whatis/conferences/inet/97/proceedings/A8/A8_2.HTM

so should I specify Unicode? Guess that it is worth a try....

PSS How do I join the pgsql-hackers association?
PSS How do I join the pgsql-hackers association?

Browse pgsql-interfaces by date

  From Date Subject
Next Message Martin Kuba 1999-10-11 13:42:01 i18n in JDBC driver
Previous Message Peter Mount 1999-10-11 08:09:27 RE: [INTERFACES] JDBC: ResultSet.updateString(int columnIndex, St ring x) when is this going to be implemented?