Commit 39ef6e60 authored by Muneyuki Noguchi's avatar Muneyuki Noguchi Committed by Alexandre Julliard

msrle32: Convert Japanese resource to UTF-8.

parent 4935b561
......@@ -18,11 +18,16 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
{
IDS_NAME "WINE-MS-RLE"
IDS_DESCRIPTION "Wine MS-RLE ビデオコーデック"
IDS_ABOUT "Wine MS-RLE ビデオコーデック\nCopyright 2002 by Michael G?newig"
IDS_DESCRIPTION "Wine MS-RLE ビデオコーデック"
IDS_ABOUT "Wine MS-RLE ビデオコーデック\nCopyright 2002 by Michael Günewig"
}
#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