Module: wine
Branch: master
Commit: 7d5f732d3050f8f9090e31d9e66c29da41520df9
URL: http://source.winehq.org/git/wine.git/?a=commit;h=7d5f732d3050f8f9090e31d9e…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Sat Oct 18 19:22:26 2008 +0200
server: Convert source files to utf-8.
---
server/context_alpha.c | 2 +-
server/sock.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/server/context_alpha.c b/server/context_alpha.c
index dd24c6d..29bd73e 100644
--- a/server/context_alpha.c
+++ b/server/context_alpha.c
@@ -1,7 +1,7 @@
/*
* Alpha register context support
*
- * Copyright (C) 2004 Vincent B�ron
+ * Copyright (C) 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/server/sock.c b/server/sock.c
index f4fe25e..38f9d65 100644
--- a/server/sock.c
+++ b/server/sock.c
@@ -1,7 +1,7 @@
/*
* Server-side socket management
*
- * Copyright (C) 1999 Marcus Meissner, Ove K�ven
+ * Copyright (C) 1999 Marcus Meissner, 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
Module: wine
Branch: master
Commit: 01b7667a1a5f3517579a68fd2d3fb2022375818b
URL: http://source.winehq.org/git/wine.git/?a=commit;h=01b7667a1a5f3517579a68fd2…
Author: Alexandre Julliard <julliard(a)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);
Module: wine
Branch: master
Commit: 750e7e072cd8bb36921545cb2beea9a6ce6350dc
URL: http://source.winehq.org/git/wine.git/?a=commit;h=750e7e072cd8bb36921545cb2…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Sat Oct 18 19:22:02 2008 +0200
include: Convert source files to utf-8.
---
include/ddk/ntddcdvd.h | 4 ++--
include/mediaobj.idl | 2 +-
include/shldisp.idl | 2 +-
include/wine/wined3d_interface.h | 2 +-
include/wine/wined3d_types.h | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/include/ddk/ntddcdvd.h b/include/ddk/ntddcdvd.h
index c1fae47..53e164f 100644
--- a/include/ddk/ntddcdvd.h
+++ b/include/ddk/ntddcdvd.h
@@ -136,10 +136,10 @@ typedef struct _DVD_LAYER_DESCRIPTOR
UCHAR Reserved1 : 1;
- /* 0:0.74 �m/track, 1:0.80 �m/track, 2:0.615 �m/track */
+ /* 0:0.74 µm/track, 1:0.80 µm/track, 2:0.615 µm/track */
UCHAR TrackDensity : 4;
- /* 0:0.267 �m/bit, 1:0.293 �m/bit, 2:0.409 to 0.435 �m/bit, 4:0.280 to 0.291 �m/bit, 8:0.353 �m/bit */
+ /* 0:0.267 µm/bit, 1:0.293 µm/bit, 2:0.409 to 0.435 µm/bit, 4:0.280 to 0.291 µm/bit, 8:0.353 µm/bit */
UCHAR LinearDensity : 4;
/* Must be either 0x30000:DVD-ROM or DVD-R/-RW or 0x31000:DVD-RAM or DVD+RW */
diff --git a/include/mediaobj.idl b/include/mediaobj.idl
index a8700db..401f3fc 100644
--- a/include/mediaobj.idl
+++ b/include/mediaobj.idl
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2002 Alexandre Julliard
- * Copyright (C) 2004 Vincent B�ron
+ * Copyright (C) 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/include/shldisp.idl b/include/shldisp.idl
index 28c2357..4e2d2fe 100644
--- a/include/shldisp.idl
+++ b/include/shldisp.idl
@@ -1,7 +1,7 @@
/*
* COM interfaces for shell objects
*
- * Copyright (C) 2004 Maxime Belleng�
+ * Copyright (C) 2004 Maxime Bellengé
*
* 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/include/wine/wined3d_interface.h b/include/wine/wined3d_interface.h
index 9a29129..3330ebc 100644
--- a/include/wine/wined3d_interface.h
+++ b/include/wine/wined3d_interface.h
@@ -4,7 +4,7 @@
* Copyright 2002-2003 The wine-d3d team
* Copyright 2002-2003 Raphael Junqueira
* Copyright 2005 Oliver Stieber
- * Copyright 2006 Stefan D�singer for CodeWeavers
+ * Copyright 2006 Stefan Dösinger for CodeWeavers
*
* 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/include/wine/wined3d_types.h b/include/wine/wined3d_types.h
index 2e7d5d7..4ccbcab 100644
--- a/include/wine/wined3d_types.h
+++ b/include/wine/wined3d_types.h
@@ -5,7 +5,7 @@
* Copyright 2002-2003 Jason Edmeades
* Raphael Junqueira
* Copyright 2005 Oliver Stieber
- * Copyright 2006 Stefan D�singer
+ * Copyright 2006 Stefan Dösinger
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Module: wine
Branch: master
Commit: f62ac19fb537f4608f4b7c3f6f6186b8d9a67ef7
URL: http://source.winehq.org/git/wine.git/?a=commit;h=f62ac19fb537f4608f4b7c3f6…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Sat Oct 18 19:21:41 2008 +0200
winex11: Convert source files to utf-8.
---
dlls/winex11.drv/keyboard.c | 4 ++--
dlls/winex11.drv/mwm.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dlls/winex11.drv/keyboard.c b/dlls/winex11.drv/keyboard.c
index f2366d2..6343b10 100644
--- a/dlls/winex11.drv/keyboard.c
+++ b/dlls/winex11.drv/keyboard.c
@@ -6,7 +6,7 @@
* Copyright 1997 David Faure
* Copyright 1998 Morten Welinder
* Copyright 1998 Ulrich Weigand
- * 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
@@ -1549,7 +1549,7 @@ X11DRV_KEYBOARD_DetectLayout( Display *display )
/* search for a match in layout table */
/* right now, we just find an absolute match for defined positions */
/* (undefined positions are ignored, so if it's defined as "3#" in */
- /* the table, it's okay that the X server has "3#�", for example) */
+ /* the table, it's okay that the X server has "3#£", for example) */
/* however, the score will be higher for longer matches */
for (key = 0; key < MAIN_LEN; key++) {
for (ok = 0, i = 0; (ok >= 0) && (i < syms); i++) {
diff --git a/dlls/winex11.drv/mwm.h b/dlls/winex11.drv/mwm.h
index cb17a4a..b57155a 100644
--- a/dlls/winex11.drv/mwm.h
+++ b/dlls/winex11.drv/mwm.h
@@ -1,7 +1,7 @@
/*
* Motif Window Manager definitions
*
- * Copyright 2001 Ove K�ven, TransGaming Technologies Inc.
+ * Copyright 2001 Ove Kåven, TransGaming Technologies Inc.
* (these definitions were found in GTK+ 1.2, gdk/MwmUtil.h)
*
* This library is free software; you can redistribute it and/or
Module: wine
Branch: master
Commit: 1a3791494c9f09449f9556109f4f5a1757b3ed08
URL: http://source.winehq.org/git/wine.git/?a=commit;h=1a3791494c9f09449f9556109…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Sat Oct 18 19:21:31 2008 +0200
winedos: Convert source files to utf-8.
---
dlls/winedos/devices.c | 2 +-
dlls/winedos/dosexe.h | 2 +-
dlls/winedos/dosvm.c | 2 +-
dlls/winedos/dosvm.h | 2 +-
dlls/winedos/int09.c | 2 +-
dlls/winedos/int10.c | 2 +-
dlls/winedos/int16.c | 2 +-
dlls/winedos/int33.c | 2 +-
dlls/winedos/module.c | 2 +-
dlls/winedos/vga.c | 2 +-
dlls/winedos/vga.h | 2 +-
dlls/winedos/xms.c | 2 +-
12 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/dlls/winedos/devices.c b/dlls/winedos/devices.c
index 49d84d3..6246cf9 100644
--- a/dlls/winedos/devices.c
+++ b/dlls/winedos/devices.c
@@ -1,7 +1,7 @@
/*
* DOS devices
*
- * 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/dlls/winedos/dosexe.h b/dlls/winedos/dosexe.h
index a641849..2a20de7 100644
--- a/dlls/winedos/dosexe.h
+++ b/dlls/winedos/dosexe.h
@@ -1,7 +1,7 @@
/*
* DOS EXE loader
*
- * Copyright 1998 Ove K�ven
+ * Copyright 1998 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/dlls/winedos/dosvm.c b/dlls/winedos/dosvm.c
index 4a86855..c139023 100644
--- a/dlls/winedos/dosvm.c
+++ b/dlls/winedos/dosvm.c
@@ -1,7 +1,7 @@
/*
* DOS Virtual Machine
*
- * Copyright 1998 Ove K�ven
+ * Copyright 1998 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/dlls/winedos/dosvm.h b/dlls/winedos/dosvm.h
index 3616828..098dacc 100644
--- a/dlls/winedos/dosvm.h
+++ b/dlls/winedos/dosvm.h
@@ -1,7 +1,7 @@
/*
* DOS virtual machine
*
- * Copyright 2000 Ove K�ven
+ * Copyright 2000 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/dlls/winedos/int09.c b/dlls/winedos/int09.c
index f9a5436..f45baa4 100644
--- a/dlls/winedos/int09.c
+++ b/dlls/winedos/int09.c
@@ -1,7 +1,7 @@
/*
* DOS interrupt 09h handler (IRQ1 - KEYBOARD)
*
- * 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/dlls/winedos/int10.c b/dlls/winedos/int10.c
index 94ea6ff..ac90eee 100644
--- a/dlls/winedos/int10.c
+++ b/dlls/winedos/int10.c
@@ -1,7 +1,7 @@
/*
* BIOS interrupt 10h handler
*
- * Copyright 1998 Ove K�ven
+ * Copyright 1998 Ove Kåven
* Copyright 1998 Joseph Pranevich
*
* This library is free software; you can redistribute it and/or
diff --git a/dlls/winedos/int16.c b/dlls/winedos/int16.c
index 272abc2..12e1c46 100644
--- a/dlls/winedos/int16.c
+++ b/dlls/winedos/int16.c
@@ -2,7 +2,7 @@
* DOS interrupt 16h handler
*
* Copyright 1998 Joseph Pranevich
- * 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/dlls/winedos/int33.c b/dlls/winedos/int33.c
index a898fe9..7172740 100644
--- a/dlls/winedos/int33.c
+++ b/dlls/winedos/int33.c
@@ -1,7 +1,7 @@
/*
* DOS interrupt 33h handler
*
- * 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/dlls/winedos/module.c b/dlls/winedos/module.c
index ac35e85..0aa389f 100644
--- a/dlls/winedos/module.c
+++ b/dlls/winedos/module.c
@@ -1,7 +1,7 @@
/*
* DOS (MZ) loader
*
- * Copyright 1998 Ove K�ven
+ * Copyright 1998 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/dlls/winedos/vga.c b/dlls/winedos/vga.c
index 96cadb9..a8437a3 100644
--- a/dlls/winedos/vga.c
+++ b/dlls/winedos/vga.c
@@ -1,7 +1,7 @@
/*
* VGA hardware emulation
*
- * Copyright 1998 Ove K�ven (with some help from Marcus Meissner)
+ * Copyright 1998 Ove Kåven (with some help from Marcus Meissner)
*
* 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/winedos/vga.h b/dlls/winedos/vga.h
index 36646a1..e417388 100644
--- a/dlls/winedos/vga.h
+++ b/dlls/winedos/vga.h
@@ -1,7 +1,7 @@
/*
* VGA emulation
*
- * Copyright 1998 Ove K�ven
+ * Copyright 1998 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/dlls/winedos/xms.c b/dlls/winedos/xms.c
index 89ab3d0..a19ea26 100644
--- a/dlls/winedos/xms.c
+++ b/dlls/winedos/xms.c
@@ -1,7 +1,7 @@
/*
* XMS v2+ emulation
*
- * Copyright 1998 Ove K�ven
+ * Copyright 1998 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
Module: wine
Branch: master
Commit: 2f2ec7ca893921822ea2c67a2e1120badf3800ae
URL: http://source.winehq.org/git/wine.git/?a=commit;h=2f2ec7ca893921822ea2c67a2…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Sat Oct 18 19:20:53 2008 +0200
shell32: Convert source files to utf-8.
---
dlls/shell32/autocomplete.c | 2 +-
dlls/shell32/shellord.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/shell32/autocomplete.c b/dlls/shell32/autocomplete.c
index c20dec3..5892b6d 100644
--- a/dlls/shell32/autocomplete.c
+++ b/dlls/shell32/autocomplete.c
@@ -1,7 +1,7 @@
/*
* AutoComplete interfaces implementation.
*
- * Copyright 2004 Maxime Belleng� <maxime.bellenge(a)laposte.net>
+ * Copyright 2004 Maxime Bellengé <maxime.bellenge(a)laposte.net>
*
* 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/shell32/shellord.c b/dlls/shell32/shellord.c
index 0905bf9..56eb3ba 100644
--- a/dlls/shell32/shellord.c
+++ b/dlls/shell32/shellord.c
@@ -3,7 +3,7 @@
* (NT uses Unicode strings, 95 uses ASCII strings)
*
* Copyright 1997 Marcus Meissner
- * 1998 J�rgen Schmied
+ * 1998 Jürgen Schmied
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Module: wine
Branch: master
Commit: 83b6c8a5fac52c74cb182da4460cb51705964df6
URL: http://source.winehq.org/git/wine.git/?a=commit;h=83b6c8a5fac52c74cb182da44…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Sat Oct 18 19:20:44 2008 +0200
rpcrt4: Convert source files to utf-8.
---
dlls/rpcrt4/cproxy.c | 2 +-
dlls/rpcrt4/cpsf.c | 2 +-
dlls/rpcrt4/cpsf.h | 2 +-
dlls/rpcrt4/cstub.c | 2 +-
dlls/rpcrt4/ndr_clientserver.c | 2 +-
dlls/rpcrt4/ndr_misc.h | 2 +-
dlls/rpcrt4/ndr_ole.c | 2 +-
dlls/rpcrt4/ndr_stubless.c | 2 +-
dlls/rpcrt4/rpc_binding.c | 2 +-
dlls/rpcrt4/rpc_binding.h | 2 +-
dlls/rpcrt4/rpc_defs.h | 2 +-
dlls/rpcrt4/rpc_epmap.c | 2 +-
dlls/rpcrt4/rpc_message.c | 2 +-
dlls/rpcrt4/rpc_server.c | 2 +-
dlls/rpcrt4/rpc_server.h | 2 +-
dlls/rpcrt4/rpc_transport.c | 2 +-
16 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/dlls/rpcrt4/cproxy.c b/dlls/rpcrt4/cproxy.c
index 8272679..7979c0e 100644
--- a/dlls/rpcrt4/cproxy.c
+++ b/dlls/rpcrt4/cproxy.c
@@ -1,7 +1,7 @@
/*
* COM proxy implementation
*
- * Copyright 2001 Ove K�ven, TransGaming Technologies
+ * Copyright 2001 Ove Kåven, TransGaming Technologies
*
* 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/rpcrt4/cpsf.c b/dlls/rpcrt4/cpsf.c
index 80b4186..9449695 100644
--- a/dlls/rpcrt4/cpsf.c
+++ b/dlls/rpcrt4/cpsf.c
@@ -1,7 +1,7 @@
/*
* COM proxy/stub factory (CStdPSFactory) implementation
*
- * Copyright 2001 Ove K�ven, TransGaming Technologies
+ * Copyright 2001 Ove Kåven, TransGaming Technologies
*
* 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/rpcrt4/cpsf.h b/dlls/rpcrt4/cpsf.h
index 5ce8fe6..d8867d4 100644
--- a/dlls/rpcrt4/cpsf.h
+++ b/dlls/rpcrt4/cpsf.h
@@ -1,7 +1,7 @@
/*
* COM proxy definitions
*
- * Copyright 2001 Ove K�ven, TransGaming Technologies
+ * Copyright 2001 Ove Kåven, TransGaming Technologies
*
* 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/rpcrt4/cstub.c b/dlls/rpcrt4/cstub.c
index 869265f..85411cd 100644
--- a/dlls/rpcrt4/cstub.c
+++ b/dlls/rpcrt4/cstub.c
@@ -1,7 +1,7 @@
/*
* COM stub (CStdStubBuffer) implementation
*
- * Copyright 2001 Ove K�ven, TransGaming Technologies
+ * Copyright 2001 Ove Kåven, TransGaming Technologies
*
* 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/rpcrt4/ndr_clientserver.c b/dlls/rpcrt4/ndr_clientserver.c
index 968ea61..a051489 100644
--- a/dlls/rpcrt4/ndr_clientserver.c
+++ b/dlls/rpcrt4/ndr_clientserver.c
@@ -1,7 +1,7 @@
/*
* MIDL proxy/stub stuff
*
- * Copyright 2002 Ove K�ven, TransGaming Technologies
+ * Copyright 2002 Ove Kåven, TransGaming Technologies
*
* 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/rpcrt4/ndr_misc.h b/dlls/rpcrt4/ndr_misc.h
index b6dfaff..c3beff4 100644
--- a/dlls/rpcrt4/ndr_misc.h
+++ b/dlls/rpcrt4/ndr_misc.h
@@ -1,7 +1,7 @@
/*
* NDR definitions
*
- * Copyright 2001 Ove K�ven, TransGaming Technologies
+ * Copyright 2001 Ove Kåven, TransGaming Technologies
*
* 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/rpcrt4/ndr_ole.c b/dlls/rpcrt4/ndr_ole.c
index 9bfab95..729ab0b 100644
--- a/dlls/rpcrt4/ndr_ole.c
+++ b/dlls/rpcrt4/ndr_ole.c
@@ -1,7 +1,7 @@
/*
* OLE32 callouts, COM interface marshalling
*
- * Copyright 2001 Ove K�ven, TransGaming Technologies
+ * Copyright 2001 Ove Kåven, TransGaming Technologies
*
* 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/rpcrt4/ndr_stubless.c b/dlls/rpcrt4/ndr_stubless.c
index 275502a..0daf22e 100644
--- a/dlls/rpcrt4/ndr_stubless.c
+++ b/dlls/rpcrt4/ndr_stubless.c
@@ -1,7 +1,7 @@
/*
* NDR -Oi,-Oif,-Oicf Interpreter
*
- * Copyright 2001 Ove K�ven, TransGaming Technologies
+ * Copyright 2001 Ove Kåven, TransGaming Technologies
* Copyright 2003-5 Robert Shearman (for CodeWeavers)
*
* This library is free software; you can redistribute it and/or
diff --git a/dlls/rpcrt4/rpc_binding.c b/dlls/rpcrt4/rpc_binding.c
index db46b8c..71d3c39 100644
--- a/dlls/rpcrt4/rpc_binding.c
+++ b/dlls/rpcrt4/rpc_binding.c
@@ -1,7 +1,7 @@
/*
* RPC binding API
*
- * Copyright 2001 Ove K�ven, TransGaming Technologies
+ * Copyright 2001 Ove Kåven, TransGaming Technologies
* Copyright 2003 Mike Hearn
* Copyright 2004 Filip Navara
* Copyright 2006 CodeWeavers
diff --git a/dlls/rpcrt4/rpc_binding.h b/dlls/rpcrt4/rpc_binding.h
index 7f446e6..25a2108 100644
--- a/dlls/rpcrt4/rpc_binding.h
+++ b/dlls/rpcrt4/rpc_binding.h
@@ -1,7 +1,7 @@
/*
* RPC binding API
*
- * Copyright 2001 Ove K�ven, TransGaming Technologies
+ * Copyright 2001 Ove Kåven, TransGaming Technologies
*
* 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/rpcrt4/rpc_defs.h b/dlls/rpcrt4/rpc_defs.h
index f552490..cae77c4 100644
--- a/dlls/rpcrt4/rpc_defs.h
+++ b/dlls/rpcrt4/rpc_defs.h
@@ -1,7 +1,7 @@
/*
* RPC definitions
*
- * Copyright 2001-2002 Ove K�ven, TransGaming Technologies
+ * Copyright 2001-2002 Ove Kåven, TransGaming Technologies
* Copyright 2004 Filip Navara
*
* This library is free software; you can redistribute it and/or
diff --git a/dlls/rpcrt4/rpc_epmap.c b/dlls/rpcrt4/rpc_epmap.c
index 5776d22..de200f4 100644
--- a/dlls/rpcrt4/rpc_epmap.c
+++ b/dlls/rpcrt4/rpc_epmap.c
@@ -2,7 +2,7 @@
* RPC endpoint mapper
*
* Copyright 2002 Greg Turner
- * Copyright 2001 Ove K�ven, TransGaming Technologies
+ * Copyright 2001 Ove Kåven, TransGaming Technologies
* Copyright 2008 Robert Shearman (for CodeWeavers)
*
* This library is free software; you can redistribute it and/or
diff --git a/dlls/rpcrt4/rpc_message.c b/dlls/rpcrt4/rpc_message.c
index a82f4be..e59fc81 100644
--- a/dlls/rpcrt4/rpc_message.c
+++ b/dlls/rpcrt4/rpc_message.c
@@ -1,7 +1,7 @@
/*
* RPC messages
*
- * Copyright 2001-2002 Ove K�ven, TransGaming Technologies
+ * Copyright 2001-2002 Ove Kåven, TransGaming Technologies
* Copyright 2004 Filip Navara
* Copyright 2006 CodeWeavers
*
diff --git a/dlls/rpcrt4/rpc_server.c b/dlls/rpcrt4/rpc_server.c
index dea1f1b..5fa9632 100644
--- a/dlls/rpcrt4/rpc_server.c
+++ b/dlls/rpcrt4/rpc_server.c
@@ -1,7 +1,7 @@
/*
* RPC server API
*
- * Copyright 2001 Ove K�ven, TransGaming Technologies
+ * Copyright 2001 Ove Kåven, TransGaming Technologies
* Copyright 2004 Filip Navara
* Copyright 2006-2008 Robert Shearman (for CodeWeavers)
*
diff --git a/dlls/rpcrt4/rpc_server.h b/dlls/rpcrt4/rpc_server.h
index f1804d3..ffd5b01 100644
--- a/dlls/rpcrt4/rpc_server.h
+++ b/dlls/rpcrt4/rpc_server.h
@@ -1,7 +1,7 @@
/*
* RPC server API
*
- * Copyright 2001 Ove K�ven, TransGaming Technologies
+ * Copyright 2001 Ove Kåven, TransGaming Technologies
*
* 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/rpcrt4/rpc_transport.c b/dlls/rpcrt4/rpc_transport.c
index adba3c8..13181b7 100644
--- a/dlls/rpcrt4/rpc_transport.c
+++ b/dlls/rpcrt4/rpc_transport.c
@@ -1,7 +1,7 @@
/*
* RPC transport layer
*
- * Copyright 2001 Ove K�ven, TransGaming Technologies
+ * Copyright 2001 Ove Kåven, TransGaming Technologies
* Copyright 2003 Mike Hearn
* Copyright 2004 Filip Navara
* Copyright 2006 Mike McCormack