mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
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:
parent
6e0847851b
commit
bdbb9b8323
@ -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
|
||||
|
@ -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"},
|
||||
|
Loading…
Reference in New Issue
Block a user