8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db53fa6 commit 39f3c5dCopy full SHA for 39f3c5d
src/test/mb/expected/unicode.out renamed to src/test/mb/expected/utf8.out
src/test/mb/mbregress.sh
@@ -1,5 +1,5 @@
1
#! /bin/sh
2
-# $PostgreSQL: pgsql/src/test/mb/mbregress.sh,v 1.8 2005/03/07 04:30:55 momjian Exp $
+# $PostgreSQL: pgsql/src/test/mb/mbregress.sh,v 1.9 2005/06/24 15:11:59 ishii Exp $
3
4
if echo '\c' | grep -s c >/dev/null 2>&1
5
then
@@ -14,8 +14,8 @@ if [ ! -d results ];then
14
mkdir results
15
fi
16
17
-dropdb unitest
18
-createdb -E UTF8 unitest
+dropdb utf8
+createdb -E UTF8 utf8
19
20
PSQL="psql -n -e -q"
21
tests="euc_jp sjis euc_kr euc_cn euc_tw big5 utf8 mule_internal"
src/test/mb/sql/unicode.sql renamed to src/test/mb/sql/utf8.sql
0 commit comments