Use UTF-16LE explicitly also on Cygwin. (#138423, Roger Leigh)
authorTor Lillqvist <tml@iki.fi>
Wed, 31 Mar 2004 02:19:10 +0000 (02:19 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 31 Mar 2004 02:19:10 +0000 (02:19 +0000)
2004-03-31  Tor Lillqvist  <tml@iki.fi>

* tests/unicode-encoding.c (process): Use UTF-16LE explicitly also
on Cygwin. (#138423, Roger Leigh)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
tests/unicode-encoding.c

index 041c01e..36be5d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
        * tests/spawn-test-win32-gui.c: Minor Cygwin fix. (#138405, Roger
        Leigh)
 
+       * tests/unicode-encoding.c (process): Use UTF-16LE explicitly also
+       on Cygwin. (#138423, Roger Leigh)
+
 2004-03-30  Adam Weinberger  <adamw@gnome.org>
 
        * configure.in: Added en_CA to ALL_LINGUAS.
index 041c01e..36be5d2 100644 (file)
@@ -3,6 +3,9 @@
        * tests/spawn-test-win32-gui.c: Minor Cygwin fix. (#138405, Roger
        Leigh)
 
+       * tests/unicode-encoding.c (process): Use UTF-16LE explicitly also
+       on Cygwin. (#138423, Roger Leigh)
+
 2004-03-30  Adam Weinberger  <adamw@gnome.org>
 
        * configure.in: Added en_CA to ALL_LINGUAS.
index 041c01e..36be5d2 100644 (file)
@@ -3,6 +3,9 @@
        * tests/spawn-test-win32-gui.c: Minor Cygwin fix. (#138405, Roger
        Leigh)
 
+       * tests/unicode-encoding.c (process): Use UTF-16LE explicitly also
+       on Cygwin. (#138423, Roger Leigh)
+
 2004-03-30  Adam Weinberger  <adamw@gnome.org>
 
        * configure.in: Added en_CA to ALL_LINGUAS.
index 041c01e..36be5d2 100644 (file)
@@ -3,6 +3,9 @@
        * tests/spawn-test-win32-gui.c: Minor Cygwin fix. (#138405, Roger
        Leigh)
 
+       * tests/unicode-encoding.c (process): Use UTF-16LE explicitly also
+       on Cygwin. (#138423, Roger Leigh)
+
 2004-03-30  Adam Weinberger  <adamw@gnome.org>
 
        * configure.in: Added en_CA to ALL_LINGUAS.
index 041c01e..36be5d2 100644 (file)
@@ -3,6 +3,9 @@
        * tests/spawn-test-win32-gui.c: Minor Cygwin fix. (#138405, Roger
        Leigh)
 
+       * tests/unicode-encoding.c (process): Use UTF-16LE explicitly also
+       on Cygwin. (#138423, Roger Leigh)
+
 2004-03-30  Adam Weinberger  <adamw@gnome.org>
 
        * configure.in: Added en_CA to ALL_LINGUAS.
index 041c01e..36be5d2 100644 (file)
@@ -3,6 +3,9 @@
        * tests/spawn-test-win32-gui.c: Minor Cygwin fix. (#138405, Roger
        Leigh)
 
+       * tests/unicode-encoding.c (process): Use UTF-16LE explicitly also
+       on Cygwin. (#138423, Roger Leigh)
+
 2004-03-30  Adam Weinberger  <adamw@gnome.org>
 
        * configure.in: Added en_CA to ALL_LINGUAS.
index 21d350f..ac3a314 100644 (file)
@@ -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"