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

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -