On 22.12.2008, at 13:33, bibothekid wrote:

> ok, this sounds strange, but
>
> can i disable the utf-8 behaviour in fltk 1.3 because i have trouble
> with string reading from the database.


No, you can not. But you can converts extended ASCII strings via a  
given codepage into uft8 and back. FLTK does not provide such a  
function ATM, but your OS surely have everything that is needed.

8-bit text has great limitations. utf8 packs an unlimited character  
set into a 7bit ascii compatible format and is superior in every  
respect. Supporting additional character formats would be quite a  
waste of man power.

Matthias

----
http://robowerk.com/


_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to