Skip to content

Investigate UTF-8 on Windows #17

@dcbishop

Description

@dcbishop

Keeping things internally in UTF-8 seems the best bet but otherwise just change everything over to wstring/wchar_t.

printf => wprintf for console.cpp debug/logging output.

Something like "ifstream file(filename.c_str());" probably needs to be have the name converted to wchar_t via codecvt and then used with wifstream to properly support unicode file names in ResourceManager.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions