Tom94 / tev

High dynamic range (HDR) image viewer for graphics people
BSD 3-Clause "New" or "Revised" License
1.02k stars 86 forks source link

Replace non-ASCII #191

Closed chaosink closed 1 year ago

chaosink commented 1 year ago

MSVC reports an error "newline in constant" for "…"s.

The non-ASCII hyphens cannot show correctly in the window title.

Tom94 commented 1 year ago

Hi, the non-ASCII characters were intentional and show correctly on all systems I've tested tev on. Rather than changing them, I'd like to find out more about your system and the failure conditions. Could you share the exact error MSVC gives you + any info about your system that you can think of might break non-ASCII characters?

chaosink commented 1 year ago

Hi! Thanks for the reply! Now I know the characters are intentional. And I found a proper solution for the issue. Just created another PR: https://github.com/Tom94/tev/pull/192. Close this one.