Hi, I would like to know how to debug multi byte data or wide char data. If I have this (“Þìäï”) data in a file. Using a variable I am reading this data. While using gdb I want to print or display. But it was showing some other data. But when I run a.out it’s properly printing on console. I expect that may be the problem with charset or language set of gdb. If my guess was wrong Please let me know what to do?