Using gdb how to print multibyte or wide char data.

Go4Expert Member
18Oct2007,18:22   #1
harimagic's Avatar
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?
Go4Expert Member
20Oct2007,19:25   #2
sibu's Avatar
Could you post the piece of code on which you are getting the error?