Wrong charcter encoding in winmm-tests

Julian Rüger jr98 at gmx.net
Sun Feb 26 08:56:31 CST 2012


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





More information about the wine-devel mailing list