Skip to content

Convert test file to UTF-8

Nicolas Fella requested to merge work/utf8 into master

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.

Edited by Nicolas Fella

Merge request reports