Please note: In order to vote or comment on suggestions or contribute your ideas you have to be logged in. Also, you cannot vote on your own suggestions.
Please improve multi-language support (Cyrillic, Chinese) – make database tables and methods fully support in UTF8 with Unicode support.
Currently Russian or Chinese text in labels, notes, descriptions – can stay normal until it saved to and fetched back from DB. It turns to “???? ??????? ????” format.
ADD: For example, if I manually set ‘cp1251_general_ci’ encoding for field ‘Label’ of table `node` (and fill in the Cyrillic content manually), then program show’s Cyrillic label name right, but if I edit it – the label contents turns to ??? again.