Alexandre Julliard : programs: Convert source files to utf-8.

Alexandre Julliard julliard at winehq.org
Sat Oct 18 13:38:37 CDT 2008


Module: wine
Branch: master
Commit: 01b7667a1a5f3517579a68fd2d3fb2022375818b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=01b7667a1a5f3517579a68fd2d3fb2022375818b

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Sat Oct 18 19:22:19 2008 +0200

programs: Convert source files to utf-8.

---

 programs/msiexec/msiexec.c   |    4 ++--
 programs/rpcss/rpcss_main.c  |    2 +-
 programs/wineconsole/user.c  |    2 +-
 programs/winedbg/be_alpha.c  |    2 +-
 programs/winedbg/be_x86_64.c |    2 +-
 programs/winedbg/stack.c     |    2 +-
 programs/winefile/winefile.c |    2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/programs/msiexec/msiexec.c b/programs/msiexec/msiexec.c
index 9f20b5b..9649d82 100644
--- a/programs/msiexec/msiexec.c
+++ b/programs/msiexec/msiexec.c
@@ -1,7 +1,7 @@
 /*
  * msiexec.exe implementation
  *
- * Copyright 2004 Vincent Béron
+ * Copyright 2004 Vincent Béron
  * Copyright 2005 Mike McCormack
  *
  * This library is free software; you can redistribute it and/or
@@ -69,7 +69,7 @@ static const char UsageStr[] =
 "    msiexec {/h|/?}\n"
 "NOTE: Product code on commandline unimplemented as of yet\n"
 "\n"
-"Copyright 2004 Vincent Béron\n";
+"Copyright 2004 Vincent Béron\n";
 
 static const WCHAR ActionAdmin[] = {
    'A','C','T','I','O','N','=','A','D','M','I','N',0 };
diff --git a/programs/rpcss/rpcss_main.c b/programs/rpcss/rpcss_main.c
index c75138e..ad5dd58 100644
--- a/programs/rpcss/rpcss_main.c
+++ b/programs/rpcss/rpcss_main.c
@@ -1,5 +1,5 @@
 /*
- * Copyright 2001, Ove Kåven, TransGaming Technologies Inc.
+ * Copyright 2001, Ove KÃ¥ven, TransGaming Technologies Inc.
  * Copyright 2002 Greg Turner
  *
  * This library is free software; you can redistribute it and/or
diff --git a/programs/wineconsole/user.c b/programs/wineconsole/user.c
index 03157aa..01950a3 100644
--- a/programs/wineconsole/user.c
+++ b/programs/wineconsole/user.c
@@ -447,7 +447,7 @@ HFONT WCUSER_CopyFont(struct config_data* config, HWND hWnd, const LOGFONT* lf,
      *  - the width of all characters in the font
      * This isn't true in Wine. As a temporary workaround, we get as the width of the
      * cell, the width of the first character in the font, after checking that all
-     * characters in the font have the same width (I hear paranoïa coming)
+     * characters in the font have the same width (I hear paranoïa coming)
      * when this gets fixed, the code should be using tm.tmAveCharWidth
      * or tm.tmMaxCharWidth as the cell width.
      */
diff --git a/programs/winedbg/be_alpha.c b/programs/winedbg/be_alpha.c
index e3072ae..aeeb79a 100644
--- a/programs/winedbg/be_alpha.c
+++ b/programs/winedbg/be_alpha.c
@@ -1,7 +1,7 @@
 /*
  * Debugger Alpha specific functions
  *
- * Copyright 2004 Vincent Béron
+ * Copyright 2004 Vincent Béron
  *
  * 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/programs/winedbg/be_x86_64.c b/programs/winedbg/be_x86_64.c
index 75dc933..f2dcc1a 100644
--- a/programs/winedbg/be_x86_64.c
+++ b/programs/winedbg/be_x86_64.c
@@ -1,7 +1,7 @@
 /*
  * Debugger x86_64 specific functions
  *
- * Copyright 2004 Vincent Béron
+ * Copyright 2004 Vincent Béron
  *
  * 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/programs/winedbg/stack.c b/programs/winedbg/stack.c
index 63103c1..76e1bef 100644
--- a/programs/winedbg/stack.c
+++ b/programs/winedbg/stack.c
@@ -3,7 +3,7 @@
  *
  * Copyright 1995 Alexandre Julliard
  * Copyright 1996 Eric Youngdale
- * Copyright 1999 Ove Kåven
+ * Copyright 1999 Ove KÃ¥ven
  *
  * 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/programs/winefile/winefile.c b/programs/winefile/winefile.c
index 1ae314e..a49c2ab 100644
--- a/programs/winefile/winefile.c
+++ b/programs/winefile/winefile.c
@@ -1088,7 +1088,7 @@ static void read_directory_shell(Entry* dir, HWND hwnd)
 				memset(&entry->data, 0, sizeof(WIN32_FIND_DATA));
 				entry->bhfi_valid = FALSE;
 
-				attribs = ~SFGAO_FILESYSTEM;	/*SFGAO_HASSUBFOLDER|SFGAO_FOLDER; SFGAO_FILESYSTEM sorgt dafür, daß "My Documents" anstatt von "Martin's Documents" angezeigt wird */
+				attribs = ~SFGAO_FILESYSTEM;	/*SFGAO_HASSUBFOLDER|SFGAO_FOLDER; SFGAO_FILESYSTEM sorgt dafür, daß "My Documents" anstatt von "Martin's Documents" angezeigt wird */
 
 				hr = IShellFolder_GetAttributesOf(folder, 1, (LPCITEMIDLIST*)&pidls[n], &attribs);
 




More information about the wine-cvs mailing list