Hi,
We're using curses library functions to draw windows in our project. For showing an error the error message is enclosed within '-'s , it seems to be working fine till we ported to a new linux machine where its displaying some garbage instead of the '-' . To be honest the code is vast and i dont think there's anything wrong with it, seems like there's some configuration problem with some curses path. the ASCII value of '-' is defined in something like 'ACS_HLINE' macro.
i know there's very little info and not too clear. But this is the best i could get, if anyone has any clue please reply.