Skip to content

Fix UTF-8 quest path encoding handling

Hugo Hromic requested to merge hhromic/solarus-quest-editor:fix-utf8-paths into dev
  • The Solarus Engine requires quest paths to be encoded using UTF-8
  • In Windows, this is automatically accomplished by SDLmain, therefore we just need to include the SDL header

This MR is necessary after solarus!1325 (merged) is merged.

Merge request reports