http://bugs.winehq.org/show_bug.cgi?id=36488
Bug ID: 36488 Summary: [regedit] problems with Unicode characters in .reg files and in GUI Product: Wine Version: 1.7.19 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: programs Assignee: wine-bugs@winehq.org Reporter: nikoamia@gmail.com
There are two problems with "regedit": 1. It improperly parses Unicode characters. E.g., try to import this .reg file:
REGEDIT4
[HKEY_CURRENT_USER\Software\Wine\Fonts\Replacements] "MS ゴシック"="TakaoGothic" "MS 明朝"="TakaoMincho"
In registry, there will be multiple unreadable characters instead of kanji, which suggests that regedit expects ASCII while parsing.
2. If I manage to create these entries (it can be accomplished with creating entry in GUI), their names are showed as "square characters" in GUI.