Skip to content
Commit 24141590 authored by Nicolas Fella's avatar Nicolas Fella
Browse files

Convert test file to UTF-8

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.
parent af416584
Pipeline #98285 passed with stage
in 15 minutes and 38 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment