Datagrids won't show correctly unicode text
Posted: Mon Jul 07, 2014 11:29 am
Hi,
I'm currently using LiveCode v6.6.2 and I'm experiencing an issue with datagrids, which appears as a bug, introduced by some recent update in the environment, because with some previous LiveCode version this problem didn't show up.
I'm filling a datagrid with data and using some special characters: ASCII 177,181,247 and 937.
The code I'm using is something like this:
The matter is, when ASCII is a number between 0 and 255 it works normally, with ASCII values over 255 my datagrid shows the ascii char when I'm editing a field, and then shows a "?" when I focus out of the field (or it shows directly a question mark when I'm filling the field by code). This behavior was introduced with a recent version of LiveCode, since my older builds seem to work normally. Can you please help me to work it out?
Thanks,
Andrea
I'm currently using LiveCode v6.6.2 and I'm experiencing an issue with datagrids, which appears as a bug, introduced by some recent update in the environment, because with some previous LiveCode version this problem didn't show up.
I'm filling a datagrid with data and using some special characters: ASCII 177,181,247 and 937.
The code I'm using is something like this:
Code: Select all
set the useUnicode to true
set the unicodeText of the SelectedField to NumToChar(TheActualChar)
Thanks,
Andrea