mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
Use encoding names which may work better on Solaris. (#340434, Alessandro
2006-05-08 Matthias Clasen <mclasen@redhat.com> * tests/convert-test.c (test_one_half): Use encoding names which may work better on Solaris. (#340434, Alessandro Vesely)
This commit is contained in:
parent
eda3af5546
commit
eb9ff05320
@ -1,5 +1,8 @@
|
||||
2006-05-08 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* tests/convert-test.c (test_one_half): Use encoding names which
|
||||
may work better on Solaris. (#340434, Alessandro Vesely)
|
||||
|
||||
* tests/keyfile-test.c (test_number): Add some tests for
|
||||
invalid floating point numbers.
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
2006-05-08 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* tests/convert-test.c (test_one_half): Use encoding names which
|
||||
may work better on Solaris. (#340434, Alessandro Vesely)
|
||||
|
||||
* tests/keyfile-test.c (test_number): Add some tests for
|
||||
invalid floating point numbers.
|
||||
|
||||
|
@ -63,7 +63,7 @@ test_one_half (void)
|
||||
GError *error = NULL;
|
||||
|
||||
out = g_convert (in, -1,
|
||||
"ISO8859-1", "UTF-8",
|
||||
"ISO-8859-1", "UTF-8",
|
||||
&bytes_read, &bytes_written,
|
||||
&error);
|
||||
|
||||
@ -74,7 +74,7 @@ test_one_half (void)
|
||||
g_free (out);
|
||||
|
||||
out = g_convert (in, -1,
|
||||
"ISO8859-15", "UTF-8",
|
||||
"ISO-8859-15", "UTF-8",
|
||||
&bytes_read, &bytes_written,
|
||||
&error);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user