changeset 17243:f4c8c66faf34

maint: Update source file encodings to UTF-8 and fix character errors * scripts/help/doc.m, scripts/help/lookfor.m, scripts/help/private/__additional_help_message__.m, scripts/help/private/__strip_html_tags__.m, scripts/miscellaneous/tar.m, scripts/miscellaneous/untar.m, scripts/miscellaneous/unzip.m: Update file encoding to UTF-8. * etc/OLD-ChangeLogs/scripts-ChangeLog, scripts/geometry/inpolygon.m, scripts/help/__makeinfo__.m, scripts/help/doc_cache_create.m, scripts/help/get_first_help_sentence.m, scripts/help/help.m, scripts/help/print_usage.m, scripts/help/type.m, scripts/pkg/pkg.m: Restore correct characters in contributor names instead of UTF-8 replacement character.
author Mike Miller <mtmiller@ieee.org>
date Wed, 14 Aug 2013 00:13:40 -0400
parents 3f4091dddc13
children 9de751a10910
files etc/OLD-ChangeLogs/scripts-ChangeLog scripts/geometry/inpolygon.m scripts/help/__makeinfo__.m scripts/help/doc.m scripts/help/doc_cache_create.m scripts/help/get_first_help_sentence.m scripts/help/help.m scripts/help/lookfor.m scripts/help/print_usage.m scripts/help/private/__additional_help_message__.m scripts/help/private/__strip_html_tags__.m scripts/help/type.m scripts/miscellaneous/tar.m scripts/miscellaneous/untar.m scripts/miscellaneous/unzip.m scripts/pkg/pkg.m
diffstat 16 files changed, 22 insertions(+), 22 deletions(-) [+]
line wrap: on
line diff
--- a/etc/OLD-ChangeLogs/scripts-ChangeLog	Tue Aug 13 23:42:30 2013 -0400
+++ b/etc/OLD-ChangeLogs/scripts-ChangeLog	Wed Aug 14 00:13:40 2013 -0400
@@ -6297,7 +6297,7 @@
 
 	* plot/grid.m: Document handle argument.
 
-2009-01-15  Peter L. S�ndergaard  <peter@sonderport.dk>
+2009-01-15  Peter L. Søndergaard  <peter@sonderport.dk>
 
 	* general/nargoutchk.m: Doc fix.
 	* general/nargchk.m: Improve compatibility.  New tests.
@@ -6503,7 +6503,7 @@
 	systems. Simplify & fix indexing. Use left division for step problem.
 	Fix output args.
 
-2008-12-13  Francesco Potort�  <pot@gnu.org>
+2008-12-13  Francesco Potortì  <pot@gnu.org>
 
 	* specfun/nchoosek.m: Check for input arguments, signal loss of
 	precision, correctly handle k==0 and k==n cases, add proper tests.
@@ -6592,7 +6592,7 @@
 2008-11-10  John W. Eaton  <jwe@octave.org>
 
 	* polynomial/spline.m: Delete debugging statements.  From
-	Sebastian Sch�ps <sebastian@schoeps.org>.
+	Sebastian Schöps <sebastian@schoeps.org>.
 
 2008-11-07  Thorsten Meyer  <thorsten.meyier@gmx.de>
 
--- a/scripts/geometry/inpolygon.m	Tue Aug 13 23:42:30 2013 -0400
+++ b/scripts/geometry/inpolygon.m	Wed Aug 14 00:13:40 2013 -0400
@@ -1,5 +1,5 @@
 ## Copyright (C) 2006-2012 Frederick (Rick) A Niles
-##               and S�ren Hauberg
+##               and Søren Hauberg
 ##
 ## This file is part of Octave.
 ##
@@ -30,7 +30,7 @@
 ## Author: Frederick (Rick) A Niles <niles@rickniles.com>
 ## Created: 14 November 2006
 
-## Vectorized by S�ren Hauberg <soren@hauberg.org>
+## Vectorized by Søren Hauberg <soren@hauberg.org>
 
 ## The method for determining if a point is in in a polygon is based on
 ## the algorithm shown on
--- a/scripts/help/__makeinfo__.m	Tue Aug 13 23:42:30 2013 -0400
+++ b/scripts/help/__makeinfo__.m	Wed Aug 14 00:13:40 2013 -0400
@@ -1,4 +1,4 @@
-## Copyright (C) 2009-2012 S�ren Hauberg
+## Copyright (C) 2009-2012 Søren Hauberg
 ##
 ## This file is part of Octave.
 ##
--- a/scripts/help/doc.m	Tue Aug 13 23:42:30 2013 -0400
+++ b/scripts/help/doc.m	Wed Aug 14 00:13:40 2013 -0400
@@ -1,4 +1,4 @@
-## Copyright (C) 2005-2012 Søren Hauberg
+## Copyright (C) 2005-2012 Søren Hauberg
 ##
 ## This file is part of Octave.
 ##
--- a/scripts/help/doc_cache_create.m	Tue Aug 13 23:42:30 2013 -0400
+++ b/scripts/help/doc_cache_create.m	Wed Aug 14 00:13:40 2013 -0400
@@ -1,4 +1,4 @@
-## Copyright (C) 2009-2012 S�ren Hauberg
+## Copyright (C) 2009-2012 Søren Hauberg
 ##
 ## This file is part of Octave.
 ##
--- a/scripts/help/get_first_help_sentence.m	Tue Aug 13 23:42:30 2013 -0400
+++ b/scripts/help/get_first_help_sentence.m	Wed Aug 14 00:13:40 2013 -0400
@@ -1,4 +1,4 @@
-## Copyright (C) 2009-2012 S�ren Hauberg
+## Copyright (C) 2009-2012 Søren Hauberg
 ##
 ## This file is part of Octave.
 ##
--- a/scripts/help/help.m	Tue Aug 13 23:42:30 2013 -0400
+++ b/scripts/help/help.m	Wed Aug 14 00:13:40 2013 -0400
@@ -1,4 +1,4 @@
-## Copyright (C) 2009-2012 S�ren Hauberg
+## Copyright (C) 2009-2012 Søren Hauberg
 ##
 ## This file is part of Octave.
 ##
--- a/scripts/help/lookfor.m	Tue Aug 13 23:42:30 2013 -0400
+++ b/scripts/help/lookfor.m	Wed Aug 14 00:13:40 2013 -0400
@@ -1,4 +1,4 @@
-## Copyright (C) 2009-2012 Søren Hauberg
+## Copyright (C) 2009-2012 Søren Hauberg
 ##
 ## This file is part of Octave.
 ##
--- a/scripts/help/print_usage.m	Tue Aug 13 23:42:30 2013 -0400
+++ b/scripts/help/print_usage.m	Wed Aug 14 00:13:40 2013 -0400
@@ -1,4 +1,4 @@
-## Copyright (C) 2009-2012 S�ren Hauberg
+## Copyright (C) 2009-2012 Søren Hauberg
 ##
 ## This file is part of Octave.
 ##
--- a/scripts/help/private/__additional_help_message__.m	Tue Aug 13 23:42:30 2013 -0400
+++ b/scripts/help/private/__additional_help_message__.m	Wed Aug 14 00:13:40 2013 -0400
@@ -1,4 +1,4 @@
-## Copyright (C) 2009-2012 Søren Hauberg
+## Copyright (C) 2009-2012 Søren Hauberg
 ##
 ## This file is part of Octave.
 ##
--- a/scripts/help/private/__strip_html_tags__.m	Tue Aug 13 23:42:30 2013 -0400
+++ b/scripts/help/private/__strip_html_tags__.m	Wed Aug 14 00:13:40 2013 -0400
@@ -1,4 +1,4 @@
-## Copyright (C) 2009-2012 Søren Hauberg
+## Copyright (C) 2009-2012 Søren Hauberg
 ##
 ## This file is part of Octave.
 ##
--- a/scripts/help/type.m	Tue Aug 13 23:42:30 2013 -0400
+++ b/scripts/help/type.m	Wed Aug 14 00:13:40 2013 -0400
@@ -1,4 +1,4 @@
-## Copyright (C) 2009-2012 S�ren Hauberg
+## Copyright (C) 2009-2012 Søren Hauberg
 ##
 ## This file is part of Octave.
 ##
--- a/scripts/miscellaneous/tar.m	Tue Aug 13 23:42:30 2013 -0400
+++ b/scripts/miscellaneous/tar.m	Wed Aug 14 00:13:40 2013 -0400
@@ -1,4 +1,4 @@
-## Copyright (C) 2005-2012 Søren Hauberg
+## Copyright (C) 2005-2012 Søren Hauberg
 ##
 ## This file is part of Octave.
 ##
@@ -30,7 +30,7 @@
 ## @seealso{untar, bzip2, gzip, zip}
 ## @end deftypefn
 
-## Author: Søren Hauberg <hauberg@gmail.com>
+## Author: Søren Hauberg <hauberg@gmail.com>
 
 function entries = tar (tarfile, files, root = ".")
 
--- a/scripts/miscellaneous/untar.m	Tue Aug 13 23:42:30 2013 -0400
+++ b/scripts/miscellaneous/untar.m	Wed Aug 14 00:13:40 2013 -0400
@@ -1,4 +1,4 @@
-## Copyright (C) 2005-2012 Søren Hauberg
+## Copyright (C) 2005-2012 Søren Hauberg
 ##
 ## This file is part of Octave.
 ##
@@ -24,7 +24,7 @@
 ## @seealso{tar, unpack, bunzip2, gunzip, unzip}
 ## @end deftypefn
 
-## Author: Søren Hauberg <hauberg@gmail.com>
+## Author: Søren Hauberg <hauberg@gmail.com>
 ## Adapted-By: jwe, Bill Denney
 
 function varargout = untar (tarfile, dir = ".")
--- a/scripts/miscellaneous/unzip.m	Tue Aug 13 23:42:30 2013 -0400
+++ b/scripts/miscellaneous/unzip.m	Wed Aug 14 00:13:40 2013 -0400
@@ -1,4 +1,4 @@
-## Copyright (C) 2005-2012 Søren Hauberg
+## Copyright (C) 2005-2012 Søren Hauberg
 ##
 ## This file is part of Octave.
 ##
@@ -24,7 +24,7 @@
 ## @seealso{zip, unpack, bunzip2, gunzip, untar}
 ## @end deftypefn
 
-## Author: Søren Hauberg <hauberg@gmail.com>
+## Author: Søren Hauberg <hauberg@gmail.com>
 ## Adapted-By: jwe, Bill Denney
 
 function varargout = unzip (zipfile, dir = ".")
--- a/scripts/pkg/pkg.m	Tue Aug 13 23:42:30 2013 -0400
+++ b/scripts/pkg/pkg.m	Wed Aug 14 00:13:40 2013 -0400
@@ -1,4 +1,4 @@
-## Copyright (C) 2005-2012 S�ren Hauberg
+## Copyright (C) 2005-2012 Søren Hauberg
 ## Copyright (C) 2010 VZLU Prague, a.s.
 ## Copyright (C) 2012 Carlo de Falco
 ##