| Summary: | degree/grade symbol error | ||
|---|---|---|---|
| Product: | SDL_ttf | Reporter: | Andrea <serra82> |
| Component: | misc | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | philipp.wiesemann |
| Version: | 2.0.12 | ||
| Hardware: | All | ||
| OS: | Linux | ||
|
Description
Andrea
2013-12-01 17:31:35 UTC
Maybe the input string was not encoded in UTF-8. Can you attach a simple C program that shows the problem? Thanks! You're using TTF_RenderText* functions, which take latin1 input. You should use the TTF_RenderUTF8* functions, which interpret the input correctly. |