Quote:
Originally Posted by KevinH
When did Qt6 default to utf-8 for an ini file? I did not see that anywhere?
|
I thought the change you made to create/copy the new ini files was
because of the Qt6 change to default to utf-8. Was I wrong?
Check out the comment here:
https://github.com/Sigil-Ebook/Sigil.../main.cpp#L359 in commit:
https://github.com/Sigil-Ebook/Sigil...b5644d73727b98
If not for the escaped codepoints from old inis being automatically converted to their utf-8 char counterparts by Qt6, what was it about them that were not backward compatible?