$ file main.c
main.c: C source, UTF-8 Unicode text

(gdb) show charset
The host character set is "auto; currently UTF-8".
The target character set is "auto; currently UTF-8".
The target wide character set is "auto; currently UTF-32".

Enter text:
-with TUI
(gdb) M-PM-?M-Q~@M-PM-8M-PM-2M-PM-5M-Q~B           // currently
-without TUI
(gdb) привет                                                                    
                // must be

Without TUI
(gdb) list main.c:1
1       #include <stdio.h>
2       
3       int main()
4       {
5               printf("Привет Мир\n");                                         
     // correctly
6               return 0;
7       }

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1275210

Title:
  gdbtui does not give input and show cyrillic symbols

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/1275210/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to