Hello everyone,
I ran the winmm-tests in wine today, with a german locale, and noticed
that the umlauts are displayed incorrectly. My terminal is in UTF-8 and
wine outputs ISO 8859-1.
I looked into the code and found out that ie. in wave.c,
wave_out_error() declares the strings as static char, and thus uses
waveOutGetErrorTextA() if I am not mistaken.
Should this be fixed or doesn't it matter in the tests?
Best regards,
Julian