зеркало из https://github.com/mozilla/pjs.git
Bug 620269 unreachable code in nsPlatformCharset::GetDefaultCharsetForLocale if HAVE_LANGINFO_CODESET
r=smontagu a=bsmedberg
This commit is contained in:
Родитель
f90a8663b9
Коммит
f7f59c29a2
|
@ -153,8 +153,7 @@ nsPlatformCharset::GetDefaultCharsetForLocale(const nsAString& localeName, nsACS
|
|||
// until we add multi locale support: use the the charset of the user's locale
|
||||
oResult = mCharset;
|
||||
return NS_SUCCESS_USING_FALLBACK_LOCALE;
|
||||
#endif
|
||||
|
||||
#else
|
||||
//
|
||||
// convert from locale to charset
|
||||
// using the deprecated locale to charset mapping
|
||||
|
@ -167,6 +166,7 @@ nsPlatformCharset::GetDefaultCharsetForLocale(const nsAString& localeName, nsACS
|
|||
NS_ERROR("unable to convert locale to charset using deprecated config");
|
||||
oResult.AssignLiteral("ISO-8859-1");
|
||||
return NS_SUCCESS_USING_FALLBACK_LOCALE;
|
||||
#endif
|
||||
}
|
||||
|
||||
nsresult
|
||||
|
|
Загрузка…
Ссылка в новой задаче