EasyRPG / Editor

Game editor similar to RPG Maker
https://easyrpg.org/editor/
GNU General Public License v3.0
336 stars 59 forks source link

Fix editor compilation on liblcf 0.7.0 #184

Closed ghost closed 2 years ago

ghost commented 2 years ago

Since liblcf 0.7.0 the editor could no longer be compiled. The cause was a method which has been removed from liblcf which is still used in the detectEncoding function of the editor. This PR makes some changes in the detectEncoding function to fix this issue.

Ghabry commented 2 years ago

I deactivated now the PR builder for Windows until I'm motivated to fix it ^^