From a32e4e5ee326c9daf19fa263c2be1c7e9df0ee79 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Mon, 20 Jul 2009 14:46:48 +0200 Subject: [PATCH] Convert English resources to UTF-8 where necessary. --- dlls/avifil32/avifile_En.rc | 2 +- dlls/msrle32/msrle_En.rc | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/dlls/avifil32/avifile_En.rc b/dlls/avifil32/avifile_En.rc index 71c5d3edbd9..e136569e044 100644 --- a/dlls/avifil32/avifile_En.rc +++ b/dlls/avifil32/avifile_En.rc @@ -1,5 +1,5 @@ /* - * Copyright 2002 Michael Günnewig + * Copyright 2002 Michael Günnewig * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/dlls/msrle32/msrle_En.rc b/dlls/msrle32/msrle_En.rc index becd9d936e4..e95f395a70e 100644 --- a/dlls/msrle32/msrle_En.rc +++ b/dlls/msrle32/msrle_En.rc @@ -1,7 +1,7 @@ /* * English resource file for MS-RLE * - * Copyright 2002 Michael Günnewig + * Copyright 2002 Michael Günnewig * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,11 +20,13 @@ #include "msrle_private.h" +#pragma code_page(65001) + LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT STRINGTABLE DISCARDABLE { IDS_NAME "WINE-MS-RLE" IDS_DESCRIPTION "Wine MS-RLE video codec" - IDS_ABOUT "Wine MS-RLE video codec\nCopyright 2002 by Michael Günnewig" + IDS_ABOUT "Wine MS-RLE video codec\nCopyright 2002 by Michael Günnewig" } -- 2.11.4.GIT