Module: wine Branch: master Commit: 88b5979d272a2209b19db8e2b05c467cb317ce5f URL: http://source.winehq.org/git/wine.git/?a=commit;h=88b5979d272a2209b19db8e2b0...
Author: Michael Stefaniuc mstefani@redhat.de Date: Thu Jul 9 13:52:39 2009 +0200
msrle32: Convert the German resources to UTF-8.
---
dlls/msrle32/msrle_De.rc | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/dlls/msrle32/msrle_De.rc b/dlls/msrle32/msrle_De.rc index dd1cc7d..0480cfb 100644 --- a/dlls/msrle32/msrle_De.rc +++ b/dlls/msrle32/msrle_De.rc @@ -1,7 +1,7 @@ /* * German 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_GERMAN, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE { IDS_NAME "WINE-MS-RLE" IDS_DESCRIPTION "Wine MS-RLE Videodekoder" - IDS_ABOUT "Wine MS-RLE Videodekoder\nCopyright 2002 by Michael G�nnewig" + IDS_ABOUT "Wine MS-RLE Videodekoder\nCopyright 2002 by Michael Günnewig" }