Comment 12 for bug 262660

Revision history for this message
Jussi Pakkanen (jpakkane) wrote :

It seems that GetCodepage returns 1251 (a russian encoding) because of this line:

return cp_ansi[gLanguage];

And according to cp_ansi table, german is encoded with windows-1251 even though in reality it seems to use windows-1250 (or maybe even windows-1252?).