Integrate abartlet's t_push_ucs2 test into test framework:
authorMartin Pool <mbp@samba.org>
Tue, 8 Apr 2003 08:05:01 +0000 (08:05 +0000)
committerMartin Pool <mbp@samba.org>
Tue, 8 Apr 2003 08:05:01 +0000 (08:05 +0000)
commit275e095c92ac74815ab9e388a0e83cdb7ddd85f3
treeccdfd325b975354ec58fcdc139e0bc512c901f6d
parent6515b0cff8b0fec25010e5b33b6e7009356146fa
Integrate abartlet's t_push_ucs2 test into test framework:

 - Build t_push_ucs2 as part of check-programs, the prerequisite for
   "make check".

 - t_push_ucs2.c: Load configuration from /dev/null so that we get a
   unix_charset of UTF-8 and can do meaningful UCS2 tests.  Better
   comment.

 - Add a test to strings.py which tries conversion UTF8->UCS2->UTF8
   and checks the results.  Do this for English, Latin-1, and Katakana
   strings.

 - Add Python module with symbolic names for a handful of UNICODE
   characters.
source/Makefile.in
source/stf/strings.py
source/stf/unicodenames.py [new file with mode: 0644]
source/torture/t_push_ucs2.c