зеркало из https://github.com/mozilla/gecko-dev.git
set the default charset of nsWebShell to ISO-8859-1
This commit is contained in:
Родитель
4eb437dee6
Коммит
f92b8721bd
|
@ -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()
|
||||
|
|
|
@ -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()
|
||||
|
|
Загрузка…
Ссылка в новой задаче