https://bugs.freedesktop.org/show_bug.cgi?id=87248

--- Comment #4 from Julien Nabet <serval2...@yahoo.fr> ---
ok no need to attach it.
There's a pb here:
   5568             OUString sUniPassword = QueryPasswordForMedium( rMedium );
   5569 
   5570             OString sPassword(OUStringToOString(sUniPassword,
   5571                 WW8Fib::GetFIBCharset(pWwFib->chseTables)));
http://opengrok.libreoffice.org/xref/core/sw/source/filter/ww8/ww8par.cxx#5568

"pWwFib->chseTables" returns 0 so "WW8Fib::GetFIBCharset(pWwFib->chseTables)"
which calls "rtl_getTextEncodingFromWindowsCharset" returns
"RTL_TEXTENCODING_MS_1252" instead of "RTL_TEXTENCODING_MS_1251" (for Word95
file).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to