Explorar el Código

Update

svn path=/trunk/mono/; revision=111417
Miguel de Icaza hace 17 años
padre
commit
303d05bd73
Se han modificado 1 ficheros con 15 adiciones y 0 borrados
  1. 15 0
      eglib/ChangeLog

+ 15 - 0
eglib/ChangeLog

@@ -8,6 +8,21 @@
 
 	[Mono-dev] utf8 related patches. Please review.
 
+2008-08-20  Mike Voorhees  <[email protected]>
+
+	* src/glib.h : Adding declarations for g_utf8_strlen, g_utf8_get_char,
+	and g_utf8_next_char.
+
+	* src/gunicode.c : Adding implementation for g_utf8_strlen, g_utf8_get_char,
+	and g_utf8_next_char.
+
+	* src/gunicode.c : Rewrote g_utf8_validate.
+
+	* test/utf8.c Adding tests for g_utf8_strlen, g_utf8_get_char,
+	g_utf8_next_char, and g_utf8_validate.
+
+	Contributed under MIT/X11 license.
+	
 2008-08-05  Andreas Faerber  <[email protected]>
 
 	* autogen.sh: Suppress arguments warning for NOCONFIGURE.