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

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


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

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




More information about the wine-cvs mailing list