ISO8859-1 is CP28591, not CP1252.

2007-11-26  Tor Lillqvist  <tml@novell.com>

	* glib/win_iconv.c: ISO8859-1 is CP28591, not CP1252.


svn path=/trunk/; revision=5939
This commit is contained in:
Tor Lillqvist 2007-11-26 00:50:24 +00:00 committed by Tor Lillqvist
parent 6e0847851b
commit bdbb9b8323
2 changed files with 12 additions and 8 deletions

View File

@ -1,3 +1,7 @@
2007-11-26 Tor Lillqvist <tml@novell.com>
* glib/win_iconv.c: ISO8859-1 is CP28591, not CP1252.
2007-11-26 Tor Lillqvist <tml@novell.com>
Implement #491549: On Windows, always use the native API for

View File

@ -225,14 +225,14 @@ static struct {
/* !IsValidCodePage(819) */
{1252, "CP819"},
{1252, "IBM819"},
{1252, "ISO-8859-1"},
{1252, "ISO-IR-100"},
{1252, "ISO8859-1"},
{1252, "ISO_8859-1"},
{1252, "ISO_8859-1:1987"},
{1252, "L1"},
{1252, "LATIN1"},
{1252, "CSISOLATIN1"},
{28591, "ISO-8859-1"},
{28591, "ISO-IR-100"},
{28591, "ISO8859-1"},
{28591, "ISO_8859-1"},
{28591, "ISO_8859-1:1987"},
{28591, "L1"},
{28591, "LATIN1"},
{28591, "CSISOLATIN1"},
{1250, "CP1250"},
{1250, "MS-EE"},