[Libreoffice-bugs] [Bug 118303] Wrong converting of the Vendor-String

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Jun 21 13:23:38 UTC 2018


https://bugs.documentfoundation.org/show_bug.cgi?id=118303

--- Comment #1 from Michael Stahl <michael.stahl at cib.de> ---
this problem was introduced by switching to native Win32 make:

* Makefiles don't have any metadata to specify the encoding
* all of the Cygwin tools in the build system assume everything is UTF-8
encoded
* Win32 make calls CreateProcessA(), which converts the arguments from some
so-called "ANSI" codepage to UCS-2

hence in commands invoked from make, the UTF-8 string is erroneously
interpreted as latin1 and converted to UCS-2.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180621/1a48ba46/attachment.html>


More information about the Libreoffice-bugs mailing list