Garbled Japanese auto-picker editor menus (Linux/Mac)
All right, I'll check too and try to merge.
Sorry, I missed that you had applied the other commit as well. You can ignore this comment.
Thank you very much for the fix!
>deskullさん
修正しました
ブランチfeature/Fix-English-Bugs にpush予定です
他件と含めてマージ完了。
This commit , https://osdn.net/projects/hengbandforosx/scm/git/hengbandosx/commits/7dbf6345a64f692699d563ac48257795e508740b , on the hengbandforosx project is an attempt to resolve https://osdn.net/projects/hengband/ticket/41161 and a similar issue on the hengbandforosx project. It moves the strings that were in autopick/autopick-editor-table.h and autopick/autopick-keys-table.h to autopick-menu-table.c so that the preprocessing done on Linux and Mac to change the encoding with nkf will affect them (currently only .c files are preprocessed) and so those strings are available for the static initialization of menu_data. autopick/autopick-editor-table.h was removed in the commit. I adjusted the Visual Studio files but compilation has only been tested on Linux.