Fix obsolete comment regarding FSM truncation.
[PostgreSQL.git] / src / test / locale / README
blob2386dac701d925b789a0074ffd8892de7b4740d0
1 $PostgreSQL$
3 Locales
4 =======
6 This directory contains a set of tests for locales.  I provided one C
7 program test-ctype.c to test CTYPE support in libc and the installed
8 locale data.  Then there are test-sort.pl and test-sort.py that test
9 collating.
11 To run a test for some locale run
12     gmake check-$locale
13 for example
14     gmake check-koi8-r
16 Currently, there are only tests for a few locales available.  The script
17 'runall' calls test-ctype to test libc and locale data, test-sort.pl
18 (uncomment test-sort.py, if you have a Python interpreter installed), and
19 does tests on PostgreSQL with the provided SQL script files.
21 To add locale tests one needs to create a directory $locale and create
22 a Makefile (and other files) similar to koi8-r/*.  Actually, the simplest
23 (I think) method is just to copy the koi8-r directory and edit/replace
24 the files.
26 Oleg.
27 ---- 
28     Oleg Broytmann     http://members.xoom.com/phd2/     phd2@earthling.net