On 09/15/2011 12:42 AM, julien2412 wrote:
I'm trying to open a quite big xls file (sorry, I'm allowed to publish it).
Here are the 4 types of error in logs :
[...]
Error: UniString::SearchAndReplaceAllAscii() - pAsciiStr include characters
127 From File
/home/maryline/compile-libreoffice/libo/tools/source/string/strascii.cxx at
Line 628
After some research to confirm first thought, some characters in the file
have an ascii code> 127 and LO doesn't like. Ok why not.
Error: UniString::SearchAscii() - pAsciiStr include characters> 127 From
File
/home/maryline/compile-libreoffice/libo/tools/source/string/strascii.cxx at
Line 566
not same line in the file but same error as above
But even if those complaints are about characters that actually
originated in the xls file (instead of characters coming statically from
the source code itself, a la some
RTL_CONSTASCII_USTRINGPARAM("non-ASCII-here") mistake), it is a mistake
that the code thinks it should treat them as ASCII.
-Stephan
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.