http://bugs.winehq.org/show_bug.cgi?id=18240
Summary: regedit should export and read MULTI_SZ values as strings Product: Wine Version: 1.1.20 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: hramrach@centrum.cz
Values like
[Software\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink] "Tahoma"=str(7):"gulim.ttc,Gulim\0msgothic.ttc,MS UI Gothic\0"
are much preferred over
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink] "Tahoma"=hex(7):6b,6f,63,68,69,2d,67,6f,74,68,69,63,2d,73,75,62,73,74,2e,74,74,\ 66,2c,4b,6f,63,68,69,20,47,6f,74,68,69,63,00,00
which is what regedit exports and understands.