Mercurial > hg > octave-nkf
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 +++ b/etc/OLD-ChangeLogs/scripts-ChangeLog @@ -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 +++ b/scripts/geometry/inpolygon.m @@ -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 +++ b/scripts/help/__makeinfo__.m @@ -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 +++ b/scripts/help/doc.m @@ -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 +++ b/scripts/help/doc_cache_create.m @@ -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 +++ b/scripts/help/get_first_help_sentence.m @@ -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 +++ b/scripts/help/help.m @@ -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 +++ b/scripts/help/lookfor.m @@ -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 +++ b/scripts/help/print_usage.m @@ -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 +++ b/scripts/help/private/__additional_help_message__.m @@ -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 +++ b/scripts/help/private/__strip_html_tags__.m @@ -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 +++ b/scripts/help/type.m @@ -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 +++ b/scripts/miscellaneous/tar.m @@ -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 +++ b/scripts/miscellaneous/untar.m @@ -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 +++ b/scripts/miscellaneous/unzip.m @@ -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 = ".")