Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unicode Files #3

Open
JoshuaBrookover opened this issue Feb 15, 2013 · 1 comment
Open

Unicode Files #3

JoshuaBrookover opened this issue Feb 15, 2013 · 1 comment

Comments

@JoshuaBrookover
Copy link

No support has been added for files that have unicode filenames. This should already be functional on MacOS and Linux since Jatta uses utf-8 internally (as do they) but it hasn't been tested. No support for Unicode filenames on Windows has been implemented at all.

We will need to check that Assimp and other libraries support Unicode file names (especially on Windows which does not use utf-8). All libraries regarding files should have ways of loading files from memory if necessary, meaning the file loading should be handled by the file utilities instead.

@JoshuaBrookover
Copy link
Author

The file utility is utf8 compliant aside from FindFiles and FindFolders (which are both currently commented out). Those need to be reworked anyway for a mingw and visual studio friendly solution. The libraries libpng, libjpeg, freetype, and assimp need to be checked for unicode support on windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant