http://bugs.winehq.org/show_bug.cgi?id=16240
--- Comment #3 from Danny Rawlins monster.romster@gmail.com 2008-11-29 01:34:51 --- Hi,
That file is in UTF-16 as "Windows Registry Editor Version 5.0" exports as UTF-16 and that routine does deal with wide chars, so clearly there is a bug in the wide char parsing and not in the line lengths that i got the seh backtrace to that line 814. I clearly can't read all bug traces correctly yet.
As for the version I tested with wine-1.1.9-91-gf552c90 and that the version is not the 1.1.9 but a higher than version so that's why i chose cvs/git as it is git. The fact it's obsolete means it should no longer exist on the form. So I will submit a bug for the bug tracker for that to be rectified.
So clearly there is a bug in WCHAR to ASCII conversion or whatever it exactly does.
I didn't set a module as there is no regedit and it is a program in wine so why is that not included?
I set it to blocker because it blocks importing that reg file. Armed with new information I will now look at the locale parser/conversion more.