mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-16 07:03:34 +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
@ -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