07-21-2020 01:47 AM
I am developing an application that allows me to modify the the controls attribute (ATTR_TEXT_CHARACTER_SET) at run-time in order to display different languages.
However, I came across the Azerbaijani language which has a particular character, the schwa ('Ə', 'ə') which I cannot display in any way. Can anyone give me some advice?
Thank you
10-15-2020 03:47 AM
There is no way to do it.
10-15-2020 05:32 AM
The latest version of CVI, 2020, supports UTF-8. Because the schwa has its UTF-8 encoding, https://en.wikipedia.org/wiki/%C6%8F, I would expect that using UTF encoding it should be possible to display this character.
10-15-2020 10:25 AM
ok, thanks ;(