https://bugs.winehq.org/show_bug.cgi?id=55019
Eric Pouech eric.pouech@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@gmail.com
--- Comment #1 from Eric Pouech eric.pouech@gmail.com --- cannot repro from unix env... so if env var is correctly imported in unicode, the test looks ok
from gitlab docs: CI_ variables are always encoded in UTF-8 whatever the system windows default encoding is... (didn't check but likely the windows vm is set to cp 437?) so that's maybe the point
some options to test: - either use 'chcp 65001' before running winetest (likely in a cmd), but will fail if other env var are encoded in different CP (with values out of ansi 7 range) - or unset every CI_ env vars before running winetest - or set the vm cp to utf8...