зеркало из https://github.com/mozilla/pjs.git
Use ISO-8859-1 as a compose charset if us-ascii, change for edit as new,
bug 136938, r=ducarroz, sr=kin.
This commit is contained in:
Родитель
90589b2d6c
Коммит
b85c2ddb66
|
@ -308,7 +308,7 @@ CreateCompositionFields(const char *from,
|
|||
NS_ENSURE_TRUE(cFields, NS_ERROR_OUT_OF_MEMORY);
|
||||
|
||||
// Now set all of the passed in stuff...
|
||||
cFields->SetCharacterSet(charset);
|
||||
cFields->SetCharacterSet(!nsCRT::strcasecmp("us-ascii", charset) ? "ISO-8859-1" : charset);
|
||||
|
||||
char *val;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче