2006-01-24 Matthias Clasen <mclasen@redhat.com>
* tests/unicode-encoding.c: Use UTF-16LE as target encoding
on all little-endian systems. (#143380, Marc Moorcroft)
+2006-01-24 Matthias Clasen <mclasen@redhat.com>
+
+ * tests/unicode-encoding.c: Use UTF-16LE as target encoding
+ on all little-endian systems. (#143380, Marc Moorcroft)
+
2006-01-23 Matthias Clasen <mclasen@redhat.com>
* configure.in: Change the shared libary extension for hpux-ia64
+2006-01-24 Matthias Clasen <mclasen@redhat.com>
+
+ * tests/unicode-encoding.c: Use UTF-16LE as target encoding
+ on all little-endian systems. (#143380, Marc Moorcroft)
+
2006-01-23 Matthias Clasen <mclasen@redhat.com>
* configure.in: Change the shared libary extension for hpux-ia64
+2006-01-24 Matthias Clasen <mclasen@redhat.com>
+
+ * tests/unicode-encoding.c: Use UTF-16LE as target encoding
+ on all little-endian systems. (#143380, Marc Moorcroft)
+
2006-01-23 Matthias Clasen <mclasen@redhat.com>
* configure.in: Change the shared libary extension for hpux-ia64
gint n_chars;
gchar *utf8_result;
-#ifdef G_PLATFORM_WIN32
+#if G_BYTE_ORDER == G_LITTLE_ENDIAN
#define TARGET "UTF-16LE"
#else
#define TARGET "UTF-16"