You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
When I dragged a file with the UTF-8 characters into the SDL window, it returned a wrong path.
It seems to only return the wrong path under Windows, and it works fine under Mac OS.
Steps to reproduce
Platform: Windows 10 Enterprise LTSC 1809
Framework Version: .NET6
API: Silk.NET.Windowing
API Version: 2.18
Drop the File named with UTF-8 characters to the SDL window. It returns a wrong path.
Inspired by SDL2-CS, I modified the source code of "SdlWindow.cs" and got the following result:
And here is the file named with UTF-8 characters: 测试.txt
The text was updated successfully, but these errors were encountered:
Summary
Hello,
When I dragged a file with the UTF-8 characters into the SDL window, it returned a wrong path.
It seems to only return the wrong path under Windows, and it works fine under Mac OS.
Steps to reproduce
Drop the File named with UTF-8 characters to the SDL window. It returns a wrong path.
Inspired by SDL2-CS, I modified the source code of "SdlWindow.cs" and got the following result:
And here is the file named with UTF-8 characters:
测试.txt
The text was updated successfully, but these errors were encountered: