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:
nhotta%netscape.com 2002-04-18 21:43:10 +00:00
Родитель 90589b2d6c
Коммит b85c2ddb66
1 изменённых файлов: 1 добавлений и 1 удалений

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

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