From 77f7763b55a89254f3b4be1f92402188bf2575b8 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 3 Sep 2002 21:45:44 +0000 Subject: Remove all traces of multibyte and locale options. Clean up comments referring to "multibyte" where it really means character encoding. --- src/interfaces/jdbc/example/Unicode.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/interfaces/jdbc/example/Unicode.java') 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 * where must specify an existing database to which and * 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. * -- cgit v1.2.3