View | Details | Raw Unified | Return to issue 76649
Collapse All | Expand All

(-)svtools.orig/source/svhtml/parhtml.cxx (+3 lines)
Lines 323-328 Link Here
323
		bReadComment = FALSE;
323
		bReadComment = FALSE;
324
	bIsInHeader = TRUE;
324
	bIsInHeader = TRUE;
325
	pOptions = new HTMLOptions;
325
	pOptions = new HTMLOptions;
326
327
	//#i76649, default to UTF-8 for HTML unless we know differently
328
	SetSrcEncoding(RTL_TEXTENCODING_UTF8);
326
}
329
}
327
330
328
HTMLParser::~HTMLParser()
331
HTMLParser::~HTMLParser()

Return to issue 76649