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)
commitbce94d35f125eaeaa4db7866503418b8f281edf2
tree0fd10466bf1b16f93f147bb9b5c2f8527580c6bf
parent6cb4575b12ebb495883a6bf081ed17eccf641df4
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.
(This used to be commit 275e095c92ac74815ab9e388a0e83cdb7ddd85f3)
source3/Makefile.in
source3/stf/strings.py
source3/stf/unicodenames.py [new file with mode: 0644]
source3/torture/t_push_ucs2.c