[Lldb-commits] [PATCH] D47625: [cmake] Detect presence of wide-char	libedit at build time
    Kamil Rytarowski via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Fri Jun  1 08:41:08 PDT 2018
    
    
  
krytarowski added a comment.
The original reason to switch NetBSD to wide characters was to unbreak the input parser. It used to mix wide and short characters.
Typing unicode characters doesn't work well here too (before applying the patch):
`(lldb) za\U+017C\U+0142\U+0107 g\U+0119\U+015Bl\U+0105 ja\U+017A\U+0144`
https://reviews.llvm.org/D47625
    
    
More information about the lldb-commits
mailing list