https://bugs.winehq.org/show_bug.cgi?id=50819
Jeremy Newman jnewman@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs@winehq.org |fgouget@codeweavers.com Status|NEW |ASSIGNED
--- Comment #3 from Jeremy Newman jnewman@codeweavers.com --- Verified. The issue seems to be the file being read is in UTF-8 format, and the default encoding for our LXR perl code is not.
We would need to add "use utf8;" to the source perl code. It probably needs more than that. I experimented briefly, but simply adding that causes different errors.
Francois? Can you take a quick look into this? The LXR source code is here: https://gitlab.winehq.org/winehq/tools/-/tree/master/lxr?ref_type=heads