https://bugs.documentfoundation.org/show_bug.cgi?id=121469
--- Comment #10 from Julien Nabet <[email protected]> ---
Tamas:
I created a local patch consisting to:
- copy lcl_ConvertToUTF8 and lcl_IndexOfUnicode from createparser.cxx to
parseschema.cxx
- in parserschema.cxx, SchemaParser::parseSchema method replace:
OUString sSql = xTextInput->readLine();
by
OUString sSql = lcl_ConvertToUTF8(OUStringToOString(xTextInput->readLine(),
RTL_TEXTENCODING_UTF8));
Of course, it'd better to centralize ConvertToUTF8 mechanism because
rColumnName in parseColumnPart method must need it, but what do you think about
the principle?
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs