mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
write: Convert Japanese resource to UTF-8.
This commit is contained in:
parent
613685f6d1
commit
8fe9ad5ab3
@ -18,9 +18,14 @@
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_FAILED, "Wordpad の起動に失敗しました"
|
||||
IDS_FAILED, "Wordpad の起動に失敗しました"
|
||||
}
|
||||
|
||||
#pragma code_page(default)
|
||||
|
Loading…
Reference in New Issue
Block a user