-
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
18b8378cHugo 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