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:
Tor Lillqvist 2004-03-31 02:19:10 +00:00 committed by Tor Lillqvist
parent 7f38edf367
commit 1edf67c272
7 changed files with 19 additions and 1 deletions

View File

@ -3,6 +3,9 @@
* tests/spawn-test-win32-gui.c: Minor Cygwin fix. (#138405, Roger * tests/spawn-test-win32-gui.c: Minor Cygwin fix. (#138405, Roger
Leigh) Leigh)
* tests/unicode-encoding.c (process): Use UTF-16LE explicitly also
on Cygwin. (#138423, Roger Leigh)
2004-03-30 Adam Weinberger <adamw@gnome.org> 2004-03-30 Adam Weinberger <adamw@gnome.org>
* configure.in: Added en_CA to ALL_LINGUAS. * configure.in: Added en_CA to ALL_LINGUAS.

View File

@ -3,6 +3,9 @@
* tests/spawn-test-win32-gui.c: Minor Cygwin fix. (#138405, Roger * tests/spawn-test-win32-gui.c: Minor Cygwin fix. (#138405, Roger
Leigh) Leigh)
* tests/unicode-encoding.c (process): Use UTF-16LE explicitly also
on Cygwin. (#138423, Roger Leigh)
2004-03-30 Adam Weinberger <adamw@gnome.org> 2004-03-30 Adam Weinberger <adamw@gnome.org>
* configure.in: Added en_CA to ALL_LINGUAS. * configure.in: Added en_CA to ALL_LINGUAS.

View File

@ -3,6 +3,9 @@
* tests/spawn-test-win32-gui.c: Minor Cygwin fix. (#138405, Roger * tests/spawn-test-win32-gui.c: Minor Cygwin fix. (#138405, Roger
Leigh) Leigh)
* tests/unicode-encoding.c (process): Use UTF-16LE explicitly also
on Cygwin. (#138423, Roger Leigh)
2004-03-30 Adam Weinberger <adamw@gnome.org> 2004-03-30 Adam Weinberger <adamw@gnome.org>
* configure.in: Added en_CA to ALL_LINGUAS. * configure.in: Added en_CA to ALL_LINGUAS.

View File

@ -3,6 +3,9 @@
* tests/spawn-test-win32-gui.c: Minor Cygwin fix. (#138405, Roger * tests/spawn-test-win32-gui.c: Minor Cygwin fix. (#138405, Roger
Leigh) Leigh)
* tests/unicode-encoding.c (process): Use UTF-16LE explicitly also
on Cygwin. (#138423, Roger Leigh)
2004-03-30 Adam Weinberger <adamw@gnome.org> 2004-03-30 Adam Weinberger <adamw@gnome.org>
* configure.in: Added en_CA to ALL_LINGUAS. * configure.in: Added en_CA to ALL_LINGUAS.

View File

@ -3,6 +3,9 @@
* tests/spawn-test-win32-gui.c: Minor Cygwin fix. (#138405, Roger * tests/spawn-test-win32-gui.c: Minor Cygwin fix. (#138405, Roger
Leigh) Leigh)
* tests/unicode-encoding.c (process): Use UTF-16LE explicitly also
on Cygwin. (#138423, Roger Leigh)
2004-03-30 Adam Weinberger <adamw@gnome.org> 2004-03-30 Adam Weinberger <adamw@gnome.org>
* configure.in: Added en_CA to ALL_LINGUAS. * configure.in: Added en_CA to ALL_LINGUAS.

View File

@ -3,6 +3,9 @@
* tests/spawn-test-win32-gui.c: Minor Cygwin fix. (#138405, Roger * tests/spawn-test-win32-gui.c: Minor Cygwin fix. (#138405, Roger
Leigh) Leigh)
* tests/unicode-encoding.c (process): Use UTF-16LE explicitly also
on Cygwin. (#138423, Roger Leigh)
2004-03-30 Adam Weinberger <adamw@gnome.org> 2004-03-30 Adam Weinberger <adamw@gnome.org>
* configure.in: Added en_CA to ALL_LINGUAS. * configure.in: Added en_CA to ALL_LINGUAS.

View File

@ -195,7 +195,7 @@ process (gint line,
gint n_chars; gint n_chars;
gchar *utf8_result; gchar *utf8_result;
#ifdef G_OS_WIN32 #ifdef G_PLATFORM_WIN32
#define TARGET "UTF-16LE" #define TARGET "UTF-16LE"
#else #else
#define TARGET "UTF-16" #define TARGET "UTF-16"