Menu

#714 Garbled utf8 lexical variable names in Variables view

v0.7.x
open
None
5
2020-09-26
2020-09-26
Jan Ploski
No

Reporting against Perl 5.28.1, PadWalker 2.3, EPIC 0.7.x

If the source code to be debugged is in UTF-8 (with "use utf8" pragma), and variable names contain non-ASCII characters (e.g. umlauts), these characters will be displayed garbled (e.g. as two characters representing bytes in the UTF-8 encoding rather than the actual character) in the Variables view.

The root cause is lack of support for UTF-8 handling in PadWalker 2.3, see https://rt.cpan.org/Ticket/Display.html?id=133424

Discussion


Log in to post a comment.