[PATCH] fix proposed for fdo#49324
Caolán McNamara
caolanm at redhat.com
Tue May 1 05:06:11 PDT 2012
On Tue, 2012-05-01 at 04:25 -0700, julien2412 wrote:
> Hello,
>
> I reproduced the problem of fdo#49324 (Does not recognize VBA macro in
> JAPANESE of LibreOffice 3.5.2) on master with Debian pc x86-64.
> I noticed this line appeared twice in the log of the file which failed (see
> https://bugs.freedesktop.org/show_bug.cgi?id=49324#c3)
> warn:legacy.osl:17148:1:/home/julien/compile-libreoffice/libo/oox/source/helper/textinputstream.cxx:203:
> TextInputStream::createXTextInputStream - unsupported text encoding
> So I tested this patch :
> http://nabble.documentfoundation.org/file/n3952784/patch_49324.txt
> patch_49324.txt and it worked.
What happens if you replace the use of
rtl_getMimeCharsetFromTextEncoding
with
rtl_getBestWindowsCharsetFromTextEncoding
instead ?
C.
More information about the LibreOffice
mailing list