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
parent a6c348c336
commit ea7fd4498a

View File

@ -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;
}