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:
Matthias Clasen
2006-01-24 15:25:11 +00:00
committed by Matthias Clasen
parent f0303a44b5
commit 3c62ff454a
4 changed files with 16 additions and 1 deletions

View File

@ -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"