[lldb-dev] [Bug 28898] New: LLDB_EDITLINE_USE_WCHAR should be enabled on Arch.
via lldb-dev
lldb-dev at lists.llvm.org
Sun Aug 7 21:16:24 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=28898
Bug ID: 28898
Summary: LLDB_EDITLINE_USE_WCHAR should be enabled on Arch.
Product: lldb
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at lists.llvm.org
Reporter: pablo.hernandez.cerdan at outlook.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Reporting upstream bug filed in Archlinux:
https://bugs.archlinux.org/task/49974?project=0 .
And same issue asked on SO:
http://superuser.com/questions/1098503/characters-turn-into-unicode-in-gnome-terminal-with-lldb
Extract from arch bug report:
Description:
After upgrading to [[libedit 20160618_3.1]] lldb no longer recognizes
characters correctly. Instead they are shown (and handled as) weird unicode
escape sequences, e.g. "\U+96272\U+96275\U+9626E" instead of "run". The exact
numbers also seem to change between restarts but the last two numbers always
represent the correct ascii hex code.
...
The NetBSD upstream for my package [..libedit..] now only build with unicode
(wide-char/UTF-8) support.
So it looks like LLDB_EDITLINE_USE_WCHAR=1 should be used on Arch Linux:
https://github.com/llvm-mirror/lldb/search?utf8=%E2%9C%93&q=LLDB_EDITLINE_USE_WCHAR
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20160808/a43c59b4/attachment.html>
More information about the lldb-dev
mailing list