mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Use UTF-16LE as target encoding on all little-endian systems. (#143380,
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)
This commit is contained in:
committed by
Matthias Clasen
parent
f0303a44b5
commit
3c62ff454a
@@ -1,3 +1,8 @@
|
||||
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
|
||||
|
@@ -1,3 +1,8 @@
|
||||
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
|
||||
|
@@ -1,3 +1,8 @@
|
||||
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
|
||||
|
@@ -195,7 +195,7 @@ process (gint line,
|
||||
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"
|
||||
|
Reference in New Issue
Block a user