Using gdb how to print multibyte or wide char data.

Discussion in 'C' started by harimagic, Oct 18, 2007.

  1. harimagic

    harimagic New Member

    Joined:
    Oct 5, 2007
    Messages:
    21
    Likes Received:
    0
    Trophy Points:
    0
    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?
     
  2. sibu

    sibu New Member

    Joined:
    Mar 27, 2005
    Messages:
    16
    Likes Received:
    0
    Trophy Points:
    0
    Could you post the piece of code on which you are getting the error?
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice