You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
473 B
14 lines
473 B
14 years ago
|
diff -ru svtools.orig/source/svhtml/parhtml.cxx svtools/source/svhtml/parhtml.cxx
|
||
|
--- svtools.orig/source/svhtml/parhtml.cxx 2010-07-14 11:11:17.000000000 +0100
|
||
|
+++ svtools/source/svhtml/parhtml.cxx 2010-07-14 11:16:29.000000000 +0100
|
||
|
@@ -323,6 +323,9 @@
|
||
|
bReadComment = FALSE;
|
||
|
bIsInHeader = TRUE;
|
||
|
pOptions = new HTMLOptions;
|
||
|
+
|
||
|
+ //#i76649, default to UTF-8 for HTML unless we know differently
|
||
|
+ SetSrcEncoding(RTL_TEXTENCODING_UTF8);
|
||
|
}
|
||
|
|
||
|
HTMLParser::~HTMLParser()
|