Mariwan wrote: > ... > In fact I am not new with utf8 or the unicode. My question was about > using const char pointers to holde text which is not ansi. All > comparision and class name ...etc done in fltk will be based on ansi > and not utf8. Look at the code. when you have a lable with utf8 > coding how can you compare it with another string that could be also > utf8*?
The normal string functions work just fine with UTF-8 - they're just strings of 8-bit characters. -- ______________________________________________________________________ Michael Sweet, Easy Software Products mike at easysw dot com Internet Printing and Publishing Software http://www.easysw.com _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

