| Summary: | SDL_messagebox only prints one character of the message | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Nathaniel J Fries <nfries88> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.1 | ||
| Hardware: | x86 | ||
| OS: | Windows 7 | ||
|
Description
Nathaniel J Fries
2013-08-27 05:25:04 UTC
The issue appears to be in the definition of the macro WIN_UTF8ToString When I force unicode by adding -DUNICODE and -D_UNICODE in the makefile and rebuilding, the issue is resolved. This was an issue with the mingw32 build. Fixed! http://hg.libsdl.org/SDL/rev/1451063c8ecd |