aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/example/Unicode.java
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2002-09-03 21:45:44 +0000
committerPeter Eisentraut <peter_e@gmx.net>2002-09-03 21:45:44 +0000
commit77f7763b55a89254f3b4be1f92402188bf2575b8 (patch)
tree95af88df05d1251ee25dd28cf826c664748daa14 /src/interfaces/jdbc/example/Unicode.java
parent86f27321e25b5a1a7b6c78400e54f063525b07d5 (diff)
downloadpostgresql-77f7763b55a89254f3b4be1f92402188bf2575b8.tar.gz
postgresql-77f7763b55a89254f3b4be1f92402188bf2575b8.zip
Remove all traces of multibyte and locale options. Clean up comments
referring to "multibyte" where it really means character encoding.
Diffstat (limited to 'src/interfaces/jdbc/example/Unicode.java')
-rw-r--r--src/interfaces/jdbc/example/Unicode.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/interfaces/jdbc/example/Unicode.java b/src/interfaces/jdbc/example/Unicode.java
index aa8b3bf424b..7303ee7bc20 100644
--- a/src/interfaces/jdbc/example/Unicode.java
+++ b/src/interfaces/jdbc/example/Unicode.java
@@ -11,9 +11,8 @@ import java.util.*;
* example.Unicode <url> <user> <password>
* where <url> must specify an existing database to which <user> and
* <password> give access and which has UNICODE as its encoding.
- * (To create a database with UNICODE encoding, you need to compile
- * postgres with "--enable-multibyte" and run createdb with the
- * flag "-E UNICODE".)
+ * (To create a database with UNICODE encoding, you need to run createdb
+ * with the flag "-E UNICODE".)
*
* This test only produces output on error.
*