OS/2 break from tor's checkin - we need to do something for DefaultCharsetForLocale - BeOS needs a fix as well

This commit is contained in:
mkaply%us.ibm.com 2004-07-22 13:19:48 +00:00
Родитель a6c348c336
Коммит ea7fd4498a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -152,7 +152,7 @@ nsPlatformCharset::GetCharset(nsPlatformCharsetSel selector,
NS_IMETHODIMP
nsPlatformCharset::GetDefaultCharsetForLocale(const nsAString& localeName, nsACString &oResult)
{
oResult.Truncate();
oResult.AssignLiteral("ISO-8859-1");
return NS_OK;
}