Re: [fltk.development] problem with fl_draw(s,n,x,y)

2011-09-22 Thread Manolo Gouy
I have changed (r.9055) the Doxygen doc of fl_draw() functions to state explicitly that all involved strings are UTF-8 encoded and all lengths are in bytes. I would suggest to use the fl_utf8decode() function in your case. It will successively compute the byte length of each Unicode character in

Re: [fltk.development] problem with fl_draw(s,n,x,y)

2011-09-22 Thread MacArthur, Ian (SELEX GALILEO, UK)
I have changed (r.9055) the Doxygen doc of fl_draw() functions to state explicitly that all involved strings are UTF-8 encoded and all lengths are in bytes. Good idea. I would suggest to use the fl_utf8decode() function in your case. It will successively compute the byte length of each

Re: [fltk.development] problem with fl_draw(s,n,x,y)

2011-09-22 Thread Duncan Gibson
I have changed (r.9055) the Doxygen doc of fl_draw() functions to state explicitly that all involved strings are UTF-8 encoded and all lengths are in bytes. I would suggest to use the fl_utf8decode() function in your case. It will successively compute the byte length of each Unicode