diff options
| author | Bruce Momjian | 2005-03-07 04:30:55 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2005-03-07 04:30:55 +0000 |
| commit | e3d7de6b995a33ee5b6205c6e4fd4078b103af45 (patch) | |
| tree | b47d3c59d419f240e674ef737d4c8328d303458b /src/test/mb | |
| parent | c6ad5c2eb4c34105cdb94c1a8dc2a5a24da25e35 (diff) | |
Rename canonical encodings, per Peter:
UNICODE => UTF8
ALT => WIN866
WIN => WIN1251
TCVN => WIN1258
The old codes continue to work.
Diffstat (limited to 'src/test/mb')
| -rw-r--r-- | src/test/mb/mbregress.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/mb/mbregress.sh b/src/test/mb/mbregress.sh index 73f03022550..9bd8b9cbfb0 100644 --- a/src/test/mb/mbregress.sh +++ b/src/test/mb/mbregress.sh @@ -1,5 +1,5 @@ #! /bin/sh -# $PostgreSQL: pgsql/src/test/mb/mbregress.sh,v 1.7 2003/11/29 19:52:14 pgsql Exp $ +# $PostgreSQL: pgsql/src/test/mb/mbregress.sh,v 1.8 2005/03/07 04:30:55 momjian Exp $ if echo '\c' | grep -s c >/dev/null 2>&1 then @@ -15,10 +15,10 @@ if [ ! -d results ];then fi dropdb unitest -createdb -E UNICODE unitest +createdb -E UTF8 unitest PSQL="psql -n -e -q" -tests="euc_jp sjis euc_kr euc_cn euc_tw big5 unicode mule_internal" +tests="euc_jp sjis euc_kr euc_cn euc_tw big5 utf8 mule_internal" unset PGCLIENTENCODING for i in $tests do |
