mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 02:17:51 +02:00
Use UTF-16LE explicitly also on Cygwin. (#138423, Roger Leigh)
2004-03-31 Tor Lillqvist <tml@iki.fi> * tests/unicode-encoding.c (process): Use UTF-16LE explicitly also on Cygwin. (#138423, Roger Leigh)
This commit is contained in:
committed by
Tor Lillqvist
parent
7f38edf367
commit
1edf67c272
@@ -195,7 +195,7 @@ process (gint line,
|
||||
gint n_chars;
|
||||
gchar *utf8_result;
|
||||
|
||||
#ifdef G_OS_WIN32
|
||||
#ifdef G_PLATFORM_WIN32
|
||||
#define TARGET "UTF-16LE"
|
||||
#else
|
||||
#define TARGET "UTF-16"
|
||||
|
Reference in New Issue
Block a user