change the charset name to correct case for ISO-8859-x

git-svn-id: svn://10.0.0.236/trunk@53943 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ftang%netscape.com
1999-11-19 01:18:32 +00:00
parent 39a7ea650f
commit bc83f2f618

View File

@@ -919,25 +919,25 @@ SetUpFontCharSetInfo(nsFontCharSetInfo* aSelf)
static nsFontCharSetInfo CP1251 =
{ "windows-1251", SingleByteConvert, 0 };
static nsFontCharSetInfo ISO88591 =
{ "iso-8859-1", SingleByteConvert, 0 };
{ "ISO-8859-1", SingleByteConvert, 0 };
static nsFontCharSetInfo ISO88592 =
{ "iso-8859-2", SingleByteConvert, 0 };
{ "ISO-8859-2", SingleByteConvert, 0 };
static nsFontCharSetInfo ISO88593 =
{ "iso-8859-3", SingleByteConvert, 0 };
{ "ISO-8859-3", SingleByteConvert, 0 };
static nsFontCharSetInfo ISO88594 =
{ "iso-8859-4", SingleByteConvert, 0 };
{ "ISO-8859-4", SingleByteConvert, 0 };
static nsFontCharSetInfo ISO88595 =
{ "iso-8859-5", SingleByteConvert, 0 };
{ "ISO-8859-5", SingleByteConvert, 0 };
static nsFontCharSetInfo ISO88596 =
{ "iso-8859-6", SingleByteConvert, 0 };
{ "ISO-8859-6", SingleByteConvert, 0 };
static nsFontCharSetInfo ISO88597 =
{ "iso-8859-7", SingleByteConvert, 0 };
{ "ISO-8859-7", SingleByteConvert, 0 };
static nsFontCharSetInfo ISO88598 =
{ "iso-8859-8", SingleByteConvert, 0 };
{ "ISO-8859-8", SingleByteConvert, 0 };
static nsFontCharSetInfo ISO88599 =
{ "iso-8859-9", SingleByteConvert, 0 };
{ "ISO-8859-9", SingleByteConvert, 0 };
static nsFontCharSetInfo ISO885915 =
{ "iso-8859-15", SingleByteConvert, 0 };
{ "ISO-8859-15", SingleByteConvert, 0 };
static nsFontCharSetInfo JISX0201 =
{ "jis_0201", SingleByteConvert, 1 };
static nsFontCharSetInfo KOI8R =