Skip to content
  • Nicolas Fella's avatar
    Convert test file to UTF-8 · 24141590
    Nicolas Fella authored
    We tell MSVC that our source is UTF-8, but this file really is Latin-9. Chaos ensues.
    
    Convert the file to UTF-8 using 'iconv -f ISO_8859-15 -t UTF-8 termgeneratortest.cpp' and adjust the code accordingly.
    
    This fixes the build with MSVC.
    24141590