From bc83f2f6189f111d9bf57e8d6257e13d1ccdb54e Mon Sep 17 00:00:00 2001 From: "ftang%netscape.com" Date: Fri, 19 Nov 1999 01:18:32 +0000 Subject: [PATCH] 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 --- mozilla/gfx/src/xlib/nsFontMetricsXlib.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/mozilla/gfx/src/xlib/nsFontMetricsXlib.cpp b/mozilla/gfx/src/xlib/nsFontMetricsXlib.cpp index 74f2b40d6fb..edfe3f8caa8 100644 --- a/mozilla/gfx/src/xlib/nsFontMetricsXlib.cpp +++ b/mozilla/gfx/src/xlib/nsFontMetricsXlib.cpp @@ -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 =