AutoUpdater.NET icon indicating copy to clipboard operation
AutoUpdater.NET copied to clipboard

Changelog Doesn't Display in Other Languages Properly

Open squiey opened this issue 3 years ago • 2 comments

I want to use changelog.txt file to keep my change logs to display in the update dialog. But in the update dialog if the words not in English, shows as random char like " MÜŞTERİ İŞLEMLERİ ". How can I fix this issue? Thanks in. Screenshot_79

squiey avatar Jun 17 '22 12:06 squiey

Can you provide URL of the file that is causing the issue?

ravibpatel avatar Jun 20 '22 13:06 ravibpatel

I cannot provide the URL but I'll attach the files that is causing the issue changelog.txt

Screenshot_84

squiey avatar Jun 20 '22 13:06 squiey

I am able to reproduce this issue, but changing the text file encoding to "UTF-8-BOM" fixed the issue. You can see the modified file below.

changelog.txt

ravibpatel avatar Sep 11 '22 10:09 ravibpatel