Module: wine
Branch: master
Commit: a32e4e5ee326c9daf19fa263c2be1c7e9df0ee79
URL: http://source.winehq.org/git/wine.git/?a=commit;h=a32e4e5ee326c9daf19fa263c…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Jul 20 14:46:48 2009 +0200
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 71c5d3e..e136569 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 becd9d9..e95f395 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"
}
Module: wine
Branch: master
Commit: b8484cc082dbc60d12b750b9e56b7dbcfbad68fc
URL: http://source.winehq.org/git/wine.git/?a=commit;h=b8484cc082dbc60d12b750b9e…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Jul 20 14:46:34 2009 +0200
winecfg: Fix quote characters in English resource.
---
programs/winecfg/En.rc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/programs/winecfg/En.rc b/programs/winecfg/En.rc
index a69b4d9..cf0ce07 100644
--- a/programs/winecfg/En.rc
+++ b/programs/winecfg/En.rc
@@ -264,7 +264,7 @@ BEGIN
IDS_CONFIRM_DELETE_C "Are you sure you want to delete drive C?\n\nMost Windows applications expect drive C to exist, and will die messily if it doesn't. If you proceed remember to recreate it!"
IDS_COL_DRIVELETTER "Letter"
IDS_COL_DRIVEMAPPING "Drive Mapping"
- IDS_NO_DRIVE_C "You don't have a drive C. This is not so great.\n\nRemember to click �Add� in the Drives tab to create one!\n"
+ IDS_NO_DRIVE_C "You don't have a drive C. This is not so great.\n\nRemember to click 'Add' in the Drives tab to create one!\n"
END
STRINGTABLE DISCARDABLE
@@ -288,7 +288,7 @@ BEGIN
IDS_DEVICES_MIDIIN "MIDI In Devices"
IDS_DEVICES_AUX "Aux Devices"
IDS_DEVICES_MIXER "Mixer Devices"
- IDS_UNAVAILABLE_DRIVER "Found driver in registry that is not available!\n\nRemove �%s� from registry?"
+ IDS_UNAVAILABLE_DRIVER "Found driver in registry that is not available!\n\nRemove '%s' from registry?"
IDS_WARNING "Warning"
END