set the default charset of nsWebShell to ISO-8859-1

This commit is contained in:
ftang%netscape.com 1999-04-26 18:05:18 +00:00
parent 4eb437dee6
commit f92b8721bd
2 changed files with 4 additions and 0 deletions

View File

@ -503,6 +503,8 @@ nsWebShell::nsWebShell()
InitFrameData(PR_TRUE);
mIsFrame = PR_FALSE;
mWebShellType = nsWebShellContent;
// XXX we should get such mDefaultCharacterSet from pref laster...
mDefaultCharacterSet = "ISO-8859-1";
}
nsWebShell::~nsWebShell()

View File

@ -503,6 +503,8 @@ nsWebShell::nsWebShell()
InitFrameData(PR_TRUE);
mIsFrame = PR_FALSE;
mWebShellType = nsWebShellContent;
// XXX we should get such mDefaultCharacterSet from pref laster...
mDefaultCharacterSet = "ISO-8859-1";
}
nsWebShell::~nsWebShell()