# HG changeset patch # User Mike Miller # Date 1376453620 14400 # Node ID f4c8c66faf345f6d26ac59ae9b0bc62cfd224750 # Parent 3f4091dddc13088cb535be42a2f8c9b7dbef117c 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. diff -r 3f4091dddc13 -r f4c8c66faf34 etc/OLD-ChangeLogs/scripts-ChangeLog --- 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 +2009-01-15 Peter L. Søndergaard * 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� +2008-12-13 Francesco Potortì * 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 * polynomial/spline.m: Delete debugging statements. From - Sebastian Sch�ps . + Sebastian Schöps . 2008-11-07 Thorsten Meyer diff -r 3f4091dddc13 -r f4c8c66faf34 scripts/geometry/inpolygon.m --- 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 ## Created: 14 November 2006 -## Vectorized by S�ren Hauberg +## Vectorized by Søren Hauberg ## The method for determining if a point is in in a polygon is based on ## the algorithm shown on diff -r 3f4091dddc13 -r f4c8c66faf34 scripts/help/__makeinfo__.m --- 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. ## diff -r 3f4091dddc13 -r f4c8c66faf34 scripts/help/doc.m --- 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. ## diff -r 3f4091dddc13 -r f4c8c66faf34 scripts/help/doc_cache_create.m --- 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. ## diff -r 3f4091dddc13 -r f4c8c66faf34 scripts/help/get_first_help_sentence.m --- 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. ## diff -r 3f4091dddc13 -r f4c8c66faf34 scripts/help/help.m --- 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. ## diff -r 3f4091dddc13 -r f4c8c66faf34 scripts/help/lookfor.m --- 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. ## diff -r 3f4091dddc13 -r f4c8c66faf34 scripts/help/print_usage.m --- 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. ## diff -r 3f4091dddc13 -r f4c8c66faf34 scripts/help/private/__additional_help_message__.m --- 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. ## diff -r 3f4091dddc13 -r f4c8c66faf34 scripts/help/private/__strip_html_tags__.m --- 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. ## diff -r 3f4091dddc13 -r f4c8c66faf34 scripts/help/type.m --- 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. ## diff -r 3f4091dddc13 -r f4c8c66faf34 scripts/miscellaneous/tar.m --- 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 +## Author: Søren Hauberg function entries = tar (tarfile, files, root = ".") diff -r 3f4091dddc13 -r f4c8c66faf34 scripts/miscellaneous/untar.m --- 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 +## Author: Søren Hauberg ## Adapted-By: jwe, Bill Denney function varargout = untar (tarfile, dir = ".") diff -r 3f4091dddc13 -r f4c8c66faf34 scripts/miscellaneous/unzip.m --- 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 +## Author: Søren Hauberg ## Adapted-By: jwe, Bill Denney function varargout = unzip (zipfile, dir = ".") diff -r 3f4091dddc13 -r f4c8c66faf34 scripts/pkg/pkg.m --- 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 ##