-
- Downloads
Included patches make some enhancements to the multi-byte support.
o allow to use Big5 (a Chinese encoding used in Taiwan) as a client encoding. In this case the server side encoding should be EUC_TW o add EUC_TW and Big5 test cases to the regression and the mb test (contributed by Jonah Kuo) o fix mistake in include/mb/pg_wchar.h. An encoding id for EUC_TW was not correct (was 3 and now is 4) o update documents (doc/README.mb and README.mb.jp) o update psql helpfile (bin/psql/psqlHelp.h) -- Tatsuo Ishii t-ishii@sra.co.jp
Showing
- doc/README.mb 8 additions, 1 deletiondoc/README.mb
- doc/README.mb.jp 9 additions, 2 deletionsdoc/README.mb.jp
- src/backend/utils/mb/Makefile 3 additions, 2 deletionssrc/backend/utils/mb/Makefile
- src/backend/utils/mb/big5.c 347 additions, 0 deletionssrc/backend/utils/mb/big5.c
- src/backend/utils/mb/conv.c 90 additions, 1 deletionsrc/backend/utils/mb/conv.c
- src/backend/utils/mb/mbutils.c 2 additions, 2 deletionssrc/backend/utils/mb/mbutils.c
- src/backend/utils/mb/wchar.c 22 additions, 2 deletionssrc/backend/utils/mb/wchar.c
- src/bin/psql/psqlHelp.h 2 additions, 2 deletionssrc/bin/psql/psqlHelp.h
- src/include/mb/pg_wchar.h 5 additions, 2 deletionssrc/include/mb/pg_wchar.h
- src/interfaces/libpq/Makefile.in 6 additions, 3 deletionssrc/interfaces/libpq/Makefile.in
- src/test/mb/expected/big5.out 84 additions, 0 deletionssrc/test/mb/expected/big5.out
- src/test/mb/mbregress.sh 7 additions, 2 deletionssrc/test/mb/mbregress.sh
- src/test/mb/sql/big5.sql 20 additions, 0 deletionssrc/test/mb/sql/big5.sql
Loading
Please register or sign in to comment