Kaydet (Commit) 9e50e5f8 authored tarafından Miklos Vajna's avatar Miklos Vajna

rtl_string2UString_status() - Wrong TextEncoding

Change-Id: I5d0efc9006cac379a5c03a61817cf989227a06ff
üst 782adaed
...@@ -4689,7 +4689,7 @@ RTFParserState::RTFParserState(RTFDocumentImpl *pDocumentImpl) ...@@ -4689,7 +4689,7 @@ RTFParserState::RTFParserState(RTFDocumentImpl *pDocumentImpl)
aTableCellsAttributes(), aTableCellsAttributes(),
aTabAttributes(), aTabAttributes(),
aCurrentColor(), aCurrentColor(),
nCurrentEncoding(0), nCurrentEncoding(rtl_getTextEncodingFromWindowsCharset(0)),
nUc(1), nUc(1),
nCharsToSkip(0), nCharsToSkip(0),
nBinaryToRead(0), nBinaryToRead(0),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment