Commit 8fe9ad5a authored by Muneyuki Noguchi's avatar Muneyuki Noguchi Committed by Alexandre Julliard

write: Convert Japanese resource to UTF-8.

parent 613685f6
......@@ -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 ‚Ì‹N“®‚ÉŽ¸”s‚µ‚Ü‚µ‚½"
IDS_FAILED, "Wordpad の起動に失敗しました"
}
#pragma code_page(default)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment