Author: uqs
Date: Thu Dec 29 12:33:27 2011
New Revision: 228953
URL: http://svn.freebsd.org/changeset/base/228953

Log:
  Reencode files from latin1 to UTF-8.

Modified:
  head/tools/regression/pthread/mutex_isowned_np/mutex_isowned_np.c
  head/tools/tools/ansify/ansify.pl
  head/tools/tools/genericize/genericize.pl
  head/tools/tools/hcomp/hcomp.pl
  head/tools/tools/mtxstat/mtxstat.pl
  head/tools/tools/prstats/prstats.pl
  head/tools/tools/whereintheworld/whereintheworld.pl

Modified: head/tools/regression/pthread/mutex_isowned_np/mutex_isowned_np.c
==============================================================================
--- head/tools/regression/pthread/mutex_isowned_np/mutex_isowned_np.c   Thu Dec 
29 12:28:05 2011        (r228952)
+++ head/tools/regression/pthread/mutex_isowned_np/mutex_isowned_np.c   Thu Dec 
29 12:33:27 2011        (r228953)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2008 Dag-Erling Co�dan Sm�rgrav
+ * Copyright (c) 2008 Dag-Erling Coïdan Smørgrav
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/tools/tools/ansify/ansify.pl
==============================================================================
--- head/tools/tools/ansify/ansify.pl   Thu Dec 29 12:28:05 2011        
(r228952)
+++ head/tools/tools/ansify/ansify.pl   Thu Dec 29 12:33:27 2011        
(r228953)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 #-
-# Copyright (c) 2005 Dag-Erling Co�dan Sm�rgrav
+# Copyright (c) 2005 Dag-Erling Coïdan Smørgrav
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/tools/tools/genericize/genericize.pl
==============================================================================
--- head/tools/tools/genericize/genericize.pl   Thu Dec 29 12:28:05 2011        
(r228952)
+++ head/tools/tools/genericize/genericize.pl   Thu Dec 29 12:33:27 2011        
(r228953)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 #-
-# Copyright (c) 2004 Dag-Erling Co�dan Sm�rgrav
+# Copyright (c) 2004 Dag-Erling Coïdan Smørgrav
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/tools/tools/hcomp/hcomp.pl
==============================================================================
--- head/tools/tools/hcomp/hcomp.pl     Thu Dec 29 12:28:05 2011        
(r228952)
+++ head/tools/tools/hcomp/hcomp.pl     Thu Dec 29 12:33:27 2011        
(r228953)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 #-
-# Copyright (c) 2003 Dag-Erling Co�dan Sm�rgrav
+# Copyright (c) 2003 Dag-Erling Coïdan Smørgrav
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/tools/tools/mtxstat/mtxstat.pl
==============================================================================
--- head/tools/tools/mtxstat/mtxstat.pl Thu Dec 29 12:28:05 2011        
(r228952)
+++ head/tools/tools/mtxstat/mtxstat.pl Thu Dec 29 12:33:27 2011        
(r228953)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -Tw
 #-
-# Copyright (c) 2002 Dag-Erling Co�dan Sm�rgrav
+# Copyright (c) 2002 Dag-Erling Coïdan Smørgrav
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/tools/tools/prstats/prstats.pl
==============================================================================
--- head/tools/tools/prstats/prstats.pl Thu Dec 29 12:28:05 2011        
(r228952)
+++ head/tools/tools/prstats/prstats.pl Thu Dec 29 12:33:27 2011        
(r228953)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 #-
-# Copyright (c) 2001 Dag-Erling Co�dan Sm�rgrav
+# Copyright (c) 2001 Dag-Erling Coïdan Smørgrav
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/tools/tools/whereintheworld/whereintheworld.pl
==============================================================================
--- head/tools/tools/whereintheworld/whereintheworld.pl Thu Dec 29 12:28:05 
2011        (r228952)
+++ head/tools/tools/whereintheworld/whereintheworld.pl Thu Dec 29 12:33:27 
2011        (r228953)
@@ -4,7 +4,7 @@
 # Parses "make world" output and summarize where it's been so far.
 #
 # Bill Fenner <fen...@freebsd.org> 11 January 2000
-# Dag-Erling Sm�rgrav <d...@freebsd.org> 09 January 2003
+# Dag-Erling Smørgrav <d...@freebsd.org> 09 January 2003
 #
 # $Id: whereintheworld,v 1.3 2000/01/28 00:42:32 fenner Exp $
 # $FreeBSD$
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to