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.
http://bugs.winehq.org/show_bug.cgi?id=36488
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- You need to add UTF-16 BOM to this file, in this case it will be recognized as Unicode. Regarding squares in UI - you need to install some font that provides these characters.
http://bugs.winehq.org/show_bug.cgi?id=36488
--- Comment #2 from Nikolay Amiantov nikoamia@gmail.com --- Oh, I haven't known about UTF-16 needed, sorry for this. I have appropriate fonts installed (and can see Japanese characters in other applications), though -- maybe I'm missing something again?
http://bugs.winehq.org/show_bug.cgi?id=36488
Nikolay Amiantov nikoamia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID
--- Comment #3 from Nikolay Amiantov nikoamia@gmail.com --- Guess I found an answer myself -- the default System font doesn't support Japanese characters. Sorry for this, I'll do my research next time.
https://bugs.winehq.org/show_bug.cgi?id=36488
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Austin English austinenglish@gmail.com --- Closing.