Unicode mangling
euqt is a C++/C wrap of Qt for the euphoria programming language
Status: Pre-Alpha
Brought to you by:
ne1uno
Originally created by: eltro...@gmail.com
Originally owned by: eltro...@gmail.com
clipboard is using latinstring() conversion.
most other text widgets use utf8() so the text can be stored in a c string used by euphoria.
some method of shared memory has to be developed to removed the 64k limit in some places less. and to pass at least utf8 data strings to and from all widgets.
why is the clipboard not capable of copy & paste of images or other formats and should be checking for those too in addition to preserving at least utf8.
prompted from euforum post about RTL and BiDi text widgets.