Skip to content
  • Hugo Hromic's avatar
    18b8378c
    Fix UTF-8 paths in Lua Open File API for Windows · 18b8378c
    Hugo Hromic authored
    * Lua does not directly support Unicode paths in Windows, therefore we
      need to manually convert UTF-8 to Windows Unicode in this platform for
      the `io.open` function to work properly
    * All the other File API functions use PhysFS which works fine with UTF-8
    * Added unit test for UTF-8 file name handling in Lua File API
    18b8378c
    Fix UTF-8 paths in Lua Open File API for Windows
    Hugo Hromic authored
    * Lua does not directly support Unicode paths in Windows, therefore we
      need to manually convert UTF-8 to Windows Unicode in this platform for
      the `io.open` function to work properly
    * All the other File API functions use PhysFS which works fine with UTF-8
    * Added unit test for UTF-8 file name handling in Lua File API
To find the state of this project's repository at the time of any of these versions, check out the tags.
Loading