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

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


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

Author: Alexandre Julliard <julliard at 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




More information about the wine-cvs mailing list