Changes between Version 5 and Version 6 of UTF8Notes
- Timestamp:
- 10/09/11 17:39:41 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UTF8Notes
v5 v6 85 85 === GTK === 86 86 87 No work has been done to change the GTK port to support UTF-8, so it will probably not even compile.87 Wide chars on the canvas are converted to UTF-8 using ''wcstombs()'' and then rendered to the screen with ''pango_layout_set_text()'' in '''cairo-utils.c''':''draw_text()''. Tiles are almost certainly broken. 88 88 89 89 === Android ===