Addition to test/locale submitted by Oleg Broytmann. Comments from him:
authorTatsuo Ishii <ishii@postgresql.org>
Mon, 29 Mar 1999 09:00:19 +0000 (09:00 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Mon, 29 Mar 1999 09:00:19 +0000 (09:00 +0000)
commit4373c4d4fadfdb99ca8f3ad564c405a8e54268a9
tree4614254d1234333b3e2ea80e69046d51fcbb3fd9
parentc2d59497df9e0e159587cee22ba20266b713e3e4
Addition to test/locale submitted by Oleg Broytmann. Comments from him:

There are two subdirectories (ISO8859-7 and koi8-to-win1251) containing
tests for Greek locale and server<=>client recoding feature (recently
submitted by Tatsuo Ishii <t-ishii@sra.co.jp>; we've debugged his patches
together in the field of Cyrillic support).
25 files changed:
src/test/locale/Makefile
src/test/locale/README
src/test/locale/gr_GR.ISO8859-7/Makefile [new file with mode: 0644]
src/test/locale/gr_GR.ISO8859-7/README [new file with mode: 0644]
src/test/locale/gr_GR.ISO8859-7/expected/gr-ctype.out [new file with mode: 0644]
src/test/locale/gr_GR.ISO8859-7/expected/test-gr-char.sql.out [new file with mode: 0644]
src/test/locale/gr_GR.ISO8859-7/expected/test-gr-select.sql.out [new file with mode: 0644]
src/test/locale/gr_GR.ISO8859-7/expected/test-gr-sort.out [new file with mode: 0644]
src/test/locale/gr_GR.ISO8859-7/expected/test-gr-text.sql.out [new file with mode: 0644]
src/test/locale/gr_GR.ISO8859-7/expected/test-gr-varchar.sql.out [new file with mode: 0644]
src/test/locale/gr_GR.ISO8859-7/runall [new file with mode: 0755]
src/test/locale/gr_GR.ISO8859-7/test-gr-select.sql.in [new file with mode: 0644]
src/test/locale/gr_GR.ISO8859-7/test-gr-sort.in [new file with mode: 0644]
src/test/locale/gr_GR.ISO8859-7/test-gr.sql.in [new file with mode: 0644]
src/test/locale/koi8-to-win1251/Makefile [new file with mode: 0644]
src/test/locale/koi8-to-win1251/README [new file with mode: 0644]
src/test/locale/koi8-to-win1251/expected/test-koi8-char.sql.out [new file with mode: 0644]
src/test/locale/koi8-to-win1251/expected/test-koi8-select.sql.out [new file with mode: 0644]
src/test/locale/koi8-to-win1251/expected/test-koi8-sort.out [new file with mode: 0644]
src/test/locale/koi8-to-win1251/expected/test-koi8-text.sql.out [new file with mode: 0644]
src/test/locale/koi8-to-win1251/expected/test-koi8-varchar.sql.out [new file with mode: 0644]
src/test/locale/koi8-to-win1251/runall [new file with mode: 0755]
src/test/locale/koi8-to-win1251/test-koi8-select.sql.in [new file with mode: 0644]
src/test/locale/koi8-to-win1251/test-koi8-sort.in [new file with mode: 0644]
src/test/locale/koi8-to-win1251/test-koi8.sql.in [new file with mode: 0644]