Port of FS98 - Refactor Windows UI code for Unicode support #164
Labels
ToDo: refactor
action required: change internal architecture first
Windows GUI
related to Windows GUI
http://bugs.povray.org/task/98
Details:
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.
Comments:
Comment by Thorsten Fröhlich (thorsten) - Sunday, 20 June 2010, 11:57 GMT+5
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.
Comment by Christoph Lipka (clipka) - Sunday, 20 June 2010, 18:40 GMT+5
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.
Comment by Thorsten Fröhlich (thorsten) - Monday, 25 March 2013, 13:01 GMT+5
This will likely be in POV-Ray 3.7.1
The text was updated successfully, but these errors were encountered: