Re: Some strings corrupted when inserting into liststore model

2021-10-17 Thread Jeremy Volkening via gtk-perl-list
In the case of your example script, you need 'use utf8;' in the preamble. This fixes handling of the hard-coded unicode characters in the script -- it won't necessarily fix the issue with the strings coming from your database. Are you certain they are being stored in the database correctly?

Some strings corrupted when inserting into liststore model

2021-10-17 Thread Daniel Kasak via gtk-perl-list
Hi all. I'm seeing some strings ( coming from a database ) corrupted when I insert into a liststore model. I've pasted a bare-bones script before which demonstrates the issue ( hard-coded string value in this case ). Any ideas what's happening and how to get the original string rendering?