2006-08-31 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Thu, 31 Aug 2006 20:35:20 +0000 (20:35 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Thu, 31 Aug 2006 20:35:20 +0000 (20:35 -0000)
commit68385048a9d9c681eb77b488868c4c0998a99567
treea01842bda15422f9035dffb167d9a1bdf885dc79
parent35d89a5305d0c763ad54cb3e1e9e09dccf3a93f8
2006-08-31 Atsushi Enomoto <atsushi@ximian.com>

* src/gerror.h,
  src/gerror.c : added g_set_error().
* src/gutf8.c :
  g_utf8_to_utf16() and g_utf16_to_utf8() implementation.
* src/glib.h : added all above, and some dependent bits.
* src/Makefile.am : added gutf8.c.
* TODO: removed above.
* test/Makefile.am,
  test/tests.h : added utf8 tests.
* test/utf8.c : test for g_utf8_to_utf16 and g_utf16_to_utf8.
  It still needs more tests e.g. for multibytes.

svn path=/trunk/mono/; revision=64667
eglib/ChangeLog
eglib/TODO
eglib/src/Makefile.am
eglib/src/gerror.c
eglib/src/glib.h
eglib/src/gutf8.c [new file with mode: 0644]
eglib/test/Makefile.am
eglib/test/tests.h
eglib/test/utf8.c [new file with mode: 0644]