https://bugs.winehq.org/show_bug.cgi?id=50819 Jeremy Newman <jnewman(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs(a)winehq.org |fgouget(a)codeweavers.com Status|NEW |ASSIGNED --- Comment #3 from Jeremy Newman <jnewman(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.