Last active
December 23, 2015 01:59
-
-
Save mattintosh4/6563857 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
iconv -f UTF-8 -t CP932 <<EOS | /Applications/NXWine.app/Contents/Resources/bin/wine regedit.exe - | |
[HKEY_CURRENT_USER\\Software\\Wine\\Fonts\\Replacements] | |
"Meiryo"="ヒラギノ角ゴ Pro W3" | |
"Meiryo UI"="ヒラギノ角ゴ Pro W3" | |
"メイリオ"="ヒラギノ角ゴ Pro W3" | |
EOS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment