Add utf8-validate.

2004-11-24  Matthias Clasen  <mclasen@redhat.com>

	* tests/Makefile.am (test_programs): Add utf8-validate.

	* tests/utf8-validate.c: Unit tests for g_utf8_validate().
This commit is contained in:
Matthias Clasen
2004-11-24 15:54:20 +00:00
committed by Matthias Clasen
parent da8ca54be8
commit b8d9e050a4
7 changed files with 351 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2004-11-24 Matthias Clasen <mclasen@redhat.com>
* tests/Makefile.am (test_programs): Add utf8-validate.
* tests/utf8-validate.c: Unit tests for g_utf8_validate().
2004-11-23 Matthias Clasen <mclasen@redhat.com>
* glib/goption.h: Don't mark g_option_error_quark() as const,