c++ - FLTK Displaying Special Characters in FL_Table -



c++ - FLTK Displaying Special Characters in FL_Table -

ive been using fltk c++ few weeks. great.

for odd reason i'm having problem displaying characters "@" , "."

for example: if seek display email address fl_box->label("test@test.com") "test" appears. know "@" formatting character. tried replacing @ "@@" create display properly.

i tried turning off formatting using "@." , still doesn't work, when either of label displays load of garbage data.

any ideas?

thank you.

c++ widget fltk

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

ubuntu - Bash Script to Check That Files Are Being Created -

Php operator `break` doesn't stop while -