OpenPerpetuum / PerpetuumServer

The Open Perpetuum Project's fork of the Perpetuum Standalone Server
https://openperpetuum.com
Other
43 stars 21 forks source link

Bugfix/UnexpectedCharacters #467

Closed Urglefloggah666 closed 7 months ago

Urglefloggah666 commented 10 months ago

resolve the issue with unexpected characters during a compile of the solution for several files. this seems to have been caused by the files in question being "UTF-16 LE" encoded, changed to UTF-8 encoding and tested. also added an artifact upload to the automatic compile action based on a friend's, gitstua, suggestion for github actions. Iggs removed one variable to that was causing a warning during build too.

andrey-at-home commented 8 months ago

We need to merge this pull request into the main branch to solve problems with characters in the wrong encoding.