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.
Attached to Project: POV-Ray
Opened by Christoph Lipka - 2010-04-14
Last edited by William F Pokorny - 2016-12-01
Opened by Christoph Lipka - 2010-04-14
Last edited by William F Pokorny - 2016-12-01
FS#98 - Refactor Windows UI code for Unicode support
Windows 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.
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.