povray icon indicating copy to clipboard operation
povray copied to clipboard

Port of FS98 - Refactor Windows UI code for Unicode support

Open wfpokorny opened this issue 8 years ago • 1 comments

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

wfpokorny avatar Dec 01 '16 14:12 wfpokorny

For the records: Since it has been decided that v3.8 won't see any further cleanup of character encoding related stuff, it makes no sense to put this one on our plate for v3.8 either.

c-lipka avatar Jun 16 '21 12:06 c-lipka