The Persistence of Vision Raytracer (POV-Ray).
This is the legacy Bug Tracking System for the POV-Ray project. Bugs listed here are being migrated to our github issue tracker. Please refer to that for new reports or updates to existing ones on this system.
FS#98 - Refactor Windows UI code for Unicode support
Attached to Project:
POV-Ray
Opened by Christoph Lipka (clipka) - Wednesday, 14 April 2010, 20:34 GMT
Last edited by William F Pokorny (wfpokorny) - Thursday, 01 December 2016, 14:30 GMT
Opened by Christoph Lipka (clipka) - Wednesday, 14 April 2010, 20:34 GMT
Last edited by William F Pokorny (wfpokorny) - Thursday, 01 December 2016, 14:30 GMT
|
DetailsWindows UI code should be refactored to use _TCHAR throughout instead of char, as well as the corresponding string function macros, to head for Unicode support. |
This task depends upon
Note that for compatibility with the backend, it might be easier to use UTF8 throughout, and only convert to TCHAR strings in place where needed for display.
Whatever gets rid of the current hodgepodge. ATM the Windows UI code doesn't look like it will compile (and run properly) with any type of Unicode support at all.
This will likely be in POV-Ray 3.7.1.
Now tracked on github as issue #164.