Page 1 of 1

SIL editor incorrect export encoding

Posted: Tue Oct 31, 2023 10:25 pm
by CPS
I encounter a problem when exporting the form data from VCL Translation editor to SIL file.
The Turkish encoding is correct in Delphi but when I open a saved *.sil file with SIL Editor it's wrong

https://astrosoftware.com/pub/pics/SIL- ... coding.png
Image

Also, I see the message board resizes linked external images and they look ugly after that.
How to make they display 100% original size?
Images in my messages posted 10 days ago look good on the board.

Image

Re: SIL editor incorrect export encoding

Posted: Wed Nov 01, 2023 3:57 am
by isiticov
Hello,
The most probably this is caused by the Charsets section, it could be that it doesn't contain Chraset settings for the Turkish language. SIL file is plain ANSI text file and you need to properly define Charsets for all languages for all forms, or use it in the UTF-8 format. Or use the SIB file format instead of SIL.