From 36d8b5bd18a10dac203b4352f2196defd41b1d2c Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Fri, 1 Aug 2014 10:56:18 +0200 Subject: [PATCH] Convert source files encoding to utf-8 All non-ASCII files should be encoded in UTF-8. So far, the ZSH script `Scripts/developer_scripts/detect_wrong_encoding` detects wrong encoding in source/header files of include/, src/, and doc/. --- .../extended_euclidean_algorithm.cpp | 2 +- .../Algebraic_kernel_rs_gmpq_d_1.cpp | 2 +- .../test/Bounding_volumes/min_sphere_test.cpp | 6 +++--- .../min_sphere_traits_2_test.cpp | 6 +++--- .../min_sphere_traits_3_test.cpp | 6 +++--- .../Bounding_volumes/test_Min_annulus_d.h | 4 ++-- .../Bounding_volumes/test_Min_annulus_d_2.cpp | 4 ++-- .../Bounding_volumes/test_Min_annulus_d_3.cpp | 4 ++-- .../Bounding_volumes/test_Min_annulus_d_d.cpp | 4 ++-- .../test/Bounding_volumes/test_Min_circle.cpp | 4 ++-- .../Bounding_volumes/test_Min_ellipse_2.cpp | 4 ++-- CGAL_ImageIO/src/CGAL_ImageIO/convert.cpp | 2 +- CGAL_ImageIO/src/CGAL_ImageIO/convert.h | 2 +- CGAL_ImageIO/src/CGAL_ImageIO/gis.h | 20 +++++++++---------- CGAL_ImageIO/src/CGAL_ImageIO/inr.cpp | 6 +++--- CGAL_ImageIO/src/CGAL_ImageIO/recbuffer.cpp | 2 +- CGAL_ImageIO/src/CGAL_ImageIO/recbuffer.h | 2 +- CGAL_ImageIO/src/CGAL_ImageIO/recline.cpp | 2 +- CGAL_ImageIO/src/CGAL_ImageIO/recline.h | 2 +- CGAL_ImageIO/src/CGAL_ImageIO/reech4x4.cpp | 2 +- CGAL_ImageIO/src/CGAL_ImageIO/reech4x4.h | 2 +- CGAL_ImageIO/src/CGAL_ImageIO/typedefs.h | 2 +- .../CGAL/Lapack/Linear_algebra_lapack.h | 2 +- .../include/CGAL/Monge_via_jet_fitting.h | 2 +- Mesh_3/include/CGAL/Mesh_3/Refine_cells_3.h | 2 +- Number_types/include/CGAL/GMP/Gmpfi_type.h | 2 +- .../include/CGAL/GMP/Gmpfi_type_static.h | 2 +- .../include/CGAL/GMP/Gmpfr_type_static.h | 2 +- Number_types/include/CGAL/Gmpfi.h | 2 +- Number_types/include/CGAL/Gmpfr.h | 2 +- .../include/CGAL/mpfi_coercion_traits.h | 2 +- .../include/CGAL/mpfr_coercion_traits.h | 2 +- Number_types/test/Number_types/Gmpfi.cpp | 2 +- Number_types/test/Number_types/Gmpfr.cpp | 2 +- .../test/Number_types/include/CGAL/_test_io.h | 2 +- .../modular_gcd_utcf_algorithm_M.cpp | 2 +- .../test/Polynomial/modular_gcd_utcf_dfai.cpp | 2 +- .../Polynomial/modular_gcd_utcf_pure_wang.cpp | 2 +- .../Polynomial/modular_gcd_utcf_with_wang.cpp | 2 +- .../test/Polytope_distance_d/test_PD.cpp | 4 ++-- .../test_Polytope_distance_d.h | 4 ++-- .../test_Polytope_distance_d_2.cpp | 4 ++-- .../test_Polytope_distance_d_3.cpp | 4 ++-- .../test_Polytope_distance_d_d.cpp | 4 ++-- Random_numbers/src/CGAL/Random.cpp | 2 +- .../test/Random_numbers/test_Random.cpp | 2 +- .../include/CGAL/PolyhedralSurf_neighbors.h | 2 +- Ridges_3/include/CGAL/Ridges.h | 2 +- Ridges_3/include/CGAL/Umbilics.h | 2 +- Ridges_3/test/Ridges_3/PolyhedralSurf_rings.h | 4 ++-- STL_Extension/src/CGAL/assertions.cpp | 2 +- .../developer_scripts/detect_wrong_encoding | 2 +- Stream_support/src/CGAL/Color.cpp | 2 +- .../long_description.txt | 8 ++++---- .../K_means_clustering.h | 2 +- .../Surface_mesher/windows/DialogOptions.cpp | 2 +- .../Surface_mesher/windows/DialogOptions.h | 4 ++-- 57 files changed, 90 insertions(+), 90 deletions(-) diff --git a/Algebraic_foundations/test/Algebraic_foundations/extended_euclidean_algorithm.cpp b/Algebraic_foundations/test/Algebraic_foundations/extended_euclidean_algorithm.cpp index 09774b428e7..6190ff5b78a 100644 --- a/Algebraic_foundations/test/Algebraic_foundations/extended_euclidean_algorithm.cpp +++ b/Algebraic_foundations/test/Algebraic_foundations/extended_euclidean_algorithm.cpp @@ -15,7 +15,7 @@ // $URL$ // $Id$ // -// Author(s) : Michael Hemmer, Dominik Hülse +// Author(s) : Michael Hemmer, Dominik Hülse // // ============================================================================ diff --git a/Algebraic_kernel_d/test/Algebraic_kernel_d/Algebraic_kernel_rs_gmpq_d_1.cpp b/Algebraic_kernel_d/test/Algebraic_kernel_d/Algebraic_kernel_rs_gmpq_d_1.cpp index 56d1fcde9c0..275f3ca37d1 100644 --- a/Algebraic_kernel_d/test/Algebraic_kernel_d/Algebraic_kernel_rs_gmpq_d_1.cpp +++ b/Algebraic_kernel_d/test/Algebraic_kernel_d/Algebraic_kernel_rs_gmpq_d_1.cpp @@ -14,7 +14,7 @@ // $URL$ // $Id$ // -// Author: Luis Peñaranda +// Author: Luis Peñaranda #include diff --git a/Bounding_volumes/test/Bounding_volumes/min_sphere_test.cpp b/Bounding_volumes/test/Bounding_volumes/min_sphere_test.cpp index 0069277e2fd..c7295dfd70a 100644 --- a/Bounding_volumes/test/Bounding_volumes/min_sphere_test.cpp +++ b/Bounding_volumes/test/Bounding_volumes/min_sphere_test.cpp @@ -17,10 +17,10 @@ // source : web/Optimisation/Min_sphere_d.aw // revision : $Id$ // revision_date : $Date$ -// author(s) : Sven Schönherr -// Bernd Gärtner +// author(s) : Sven Schönherr +// Bernd Gärtner // -// coordinator : ETH Zurich (Bernd Gärtner ) +// coordinator : ETH Zurich (Bernd Gärtner ) // // implementation: dD Smallest Enclosing Sphere // ============================================================================ diff --git a/Bounding_volumes/test/Bounding_volumes/min_sphere_traits_2_test.cpp b/Bounding_volumes/test/Bounding_volumes/min_sphere_traits_2_test.cpp index 8b792d7cf91..08e0df4fe09 100644 --- a/Bounding_volumes/test/Bounding_volumes/min_sphere_traits_2_test.cpp +++ b/Bounding_volumes/test/Bounding_volumes/min_sphere_traits_2_test.cpp @@ -18,10 +18,10 @@ // source : web/Optimisation/Min_sphere_d.aw // revision : $Id$ // revision_date : $Date$ -// author(s) : Sven Schönherr -// Bernd Gärtner +// author(s) : Sven Schönherr +// Bernd Gärtner // -// coordinator : ETH Zurich (Bernd Gärtner ) +// coordinator : ETH Zurich (Bernd Gärtner ) // // implementation: dD Smallest Enclosing Sphere // ============================================================================ diff --git a/Bounding_volumes/test/Bounding_volumes/min_sphere_traits_3_test.cpp b/Bounding_volumes/test/Bounding_volumes/min_sphere_traits_3_test.cpp index 7330e4e50ef..1c5aff7f33a 100644 --- a/Bounding_volumes/test/Bounding_volumes/min_sphere_traits_3_test.cpp +++ b/Bounding_volumes/test/Bounding_volumes/min_sphere_traits_3_test.cpp @@ -17,10 +17,10 @@ // source : web/Optimisation/Min_sphere_d.aw // revision : $Id$ // revision_date : $Date$ -// author(s) : Sven Schönherr -// Bernd Gärtner +// author(s) : Sven Schönherr +// Bernd Gärtner // -// coordinator : ETH Zurich (Bernd Gärtner ) +// coordinator : ETH Zurich (Bernd Gärtner ) // // implementation: dD Smallest Enclosing Sphere // ============================================================================ diff --git a/Bounding_volumes/test/Bounding_volumes/test_Min_annulus_d.h b/Bounding_volumes/test/Bounding_volumes/test_Min_annulus_d.h index 50982866724..fde361fd9a9 100644 --- a/Bounding_volumes/test/Bounding_volumes/test_Min_annulus_d.h +++ b/Bounding_volumes/test/Bounding_volumes/test_Min_annulus_d.h @@ -19,8 +19,8 @@ // revision : $Id$ // revision_date : $Date$ // -// author(s) : Sven Schönherr -// coordinator : ETH Zürich (Bernd Gärtner ) +// author(s) : Sven Schönherr +// coordinator : ETH Zürich (Bernd Gärtner ) // // implementation: test function for smallest enclosing annulus // ============================================================================ diff --git a/Bounding_volumes/test/Bounding_volumes/test_Min_annulus_d_2.cpp b/Bounding_volumes/test/Bounding_volumes/test_Min_annulus_d_2.cpp index 23e61e1b89a..7515da92efa 100644 --- a/Bounding_volumes/test/Bounding_volumes/test_Min_annulus_d_2.cpp +++ b/Bounding_volumes/test/Bounding_volumes/test_Min_annulus_d_2.cpp @@ -18,8 +18,8 @@ // revision : $Id$ // revision_date : $Date$ // -// author(s) : Sven Schönherr -// coordinator : ETH Zürich (Bernd Gärtner ) +// author(s) : Sven Schönherr +// coordinator : ETH Zürich (Bernd Gärtner ) // // implementation: test program for Min_annulus (2D traits class) // ============================================================================ diff --git a/Bounding_volumes/test/Bounding_volumes/test_Min_annulus_d_3.cpp b/Bounding_volumes/test/Bounding_volumes/test_Min_annulus_d_3.cpp index 54242b185e4..3f6fa8b8f85 100644 --- a/Bounding_volumes/test/Bounding_volumes/test_Min_annulus_d_3.cpp +++ b/Bounding_volumes/test/Bounding_volumes/test_Min_annulus_d_3.cpp @@ -18,8 +18,8 @@ // revision : $Id$ // revision_date : $Date$ // -// author(s) : Sven Schönherr -// coordinator : ETH Zürich (Bernd Gärtner ) +// author(s) : Sven Schönherr +// coordinator : ETH Zürich (Bernd Gärtner ) // // implementation: test program for Min_annulus (3D traits class) // ============================================================================ diff --git a/Bounding_volumes/test/Bounding_volumes/test_Min_annulus_d_d.cpp b/Bounding_volumes/test/Bounding_volumes/test_Min_annulus_d_d.cpp index 01c325b1300..e4db5fffeab 100644 --- a/Bounding_volumes/test/Bounding_volumes/test_Min_annulus_d_d.cpp +++ b/Bounding_volumes/test/Bounding_volumes/test_Min_annulus_d_d.cpp @@ -18,8 +18,8 @@ // revision : $Id$ // revision_date : $Date$ // -// author(s) : Sven Schönherr -// coordinator : ETH Zürich (Bernd Gärtner ) +// author(s) : Sven Schönherr +// coordinator : ETH Zürich (Bernd Gärtner ) // // implementation: test program for Min_annulus (dD traits class) // ============================================================================ diff --git a/Bounding_volumes/test/Bounding_volumes/test_Min_circle.cpp b/Bounding_volumes/test/Bounding_volumes/test_Min_circle.cpp index bfd67ef38be..9e7c2693248 100644 --- a/Bounding_volumes/test/Bounding_volumes/test_Min_circle.cpp +++ b/Bounding_volumes/test/Bounding_volumes/test_Min_circle.cpp @@ -19,8 +19,8 @@ // revision : $Id$ // revision_date : $Date$ // -// author(s) : Sven Schönherr , Bernd Gärtner -// coordinator : ETH Zürich (Bernd Gärtner ) +// author(s) : Sven Schönherr , Bernd Gärtner +// coordinator : ETH Zürich (Bernd Gärtner ) // // implementation: test program for 2D Smallest Enclosing Circle // ============================================================================ diff --git a/Bounding_volumes/test/Bounding_volumes/test_Min_ellipse_2.cpp b/Bounding_volumes/test/Bounding_volumes/test_Min_ellipse_2.cpp index 722e08cd075..5b8e2bcfa04 100644 --- a/Bounding_volumes/test/Bounding_volumes/test_Min_ellipse_2.cpp +++ b/Bounding_volumes/test/Bounding_volumes/test_Min_ellipse_2.cpp @@ -19,8 +19,8 @@ // revision : $Id$ // revision_date : $Date$ // -// author(s) : Sven Schönherr , Bernd Gärtner -// coordinator : ETH Zürich (Bernd Gärtner ) +// author(s) : Sven Schönherr , Bernd Gärtner +// coordinator : ETH Zürich (Bernd Gärtner ) // // implementation: test program for 2D Smallest Enclosing Ellipse // ============================================================================ diff --git a/CGAL_ImageIO/src/CGAL_ImageIO/convert.cpp b/CGAL_ImageIO/src/CGAL_ImageIO/convert.cpp index b0d8e835f9e..b1223cabac2 100644 --- a/CGAL_ImageIO/src/CGAL_ImageIO/convert.cpp +++ b/CGAL_ImageIO/src/CGAL_ImageIO/convert.cpp @@ -24,7 +24,7 @@ * * $Id$ * - * Copyright©INRIA 1999 + * Copyright©INRIA 1999 * * AUTHOR: * Gregoire Malandain (greg@sophia.inria.fr) diff --git a/CGAL_ImageIO/src/CGAL_ImageIO/convert.h b/CGAL_ImageIO/src/CGAL_ImageIO/convert.h index ebe94690d12..eaaa3affec6 100644 --- a/CGAL_ImageIO/src/CGAL_ImageIO/convert.h +++ b/CGAL_ImageIO/src/CGAL_ImageIO/convert.h @@ -24,7 +24,7 @@ * * $Id$ * - * Copyright©INRIA 1998 + * Copyright©INRIA 1998 * * AUTHOR: * Gregoire Malandain (greg@sophia.inria.fr) diff --git a/CGAL_ImageIO/src/CGAL_ImageIO/gis.h b/CGAL_ImageIO/src/CGAL_ImageIO/gis.h index e66467e1acc..1bfabb6f744 100644 --- a/CGAL_ImageIO/src/CGAL_ImageIO/gis.h +++ b/CGAL_ImageIO/src/CGAL_ImageIO/gis.h @@ -44,20 +44,20 @@ exemple : -txt image acquise sur SIGNA 1.5T au CHRU de Caen donnees brutes sans traitement -endtxt -- la première ligne comporte les dimensions de l'image, respectivement, le nombre de colonnes, de lignes, de coupes et de temps; ces deux, trois ou quatre entiers doivent être strictement positifs et rester inférieurs à 4096. +- la première ligne comporte les dimensions de l'image, respectivement, le nombre de colonnes, de lignes, de coupes et de temps; ces deux, trois ou quatre entiers doivent être strictement positifs et rester inférieurs à 4096. - les lignes suivantes comportent des champs indiques par des mots clefs: -type typespecifier - U8 entier non signé codé sur 8 bit (unsigned char) - S8 entier signé codé sur 8 bit (signed char) - U16 entier non signé codé sur 16 bit (unsigned short) - S16 entier signé codé sur 16 bit (signed short) - U32 entier non signé codé sur 32 bit (unsigned int) - S32 entier signé codé sur 32 bit (signed int) - FLOAT flottant simple précision (float) - DOUBLE flottant double précision (double) + U8 entier non signé codé sur 8 bit (unsigned char) + S8 entier signé codé sur 8 bit (signed char) + U16 entier non signé codé sur 16 bit (unsigned short) + S16 entier signé codé sur 16 bit (signed short) + U32 entier non signé codé sur 32 bit (unsigned int) + S32 entier signé codé sur 32 bit (signed int) + FLOAT flottant simple précision (float) + DOUBLE flottant double précision (double) -dx double (taille du voxel en x) -dy double (taille du voxel en y) @@ -66,7 +66,7 @@ exemple : -dt double (taille du voxel en t) (taille donnee en secondes) - (spécification d'un sous-volume) + (spécification d'un sous-volume) -x1 entier -x2 entier -y1 entier diff --git a/CGAL_ImageIO/src/CGAL_ImageIO/inr.cpp b/CGAL_ImageIO/src/CGAL_ImageIO/inr.cpp index 9bb7e44278f..0fc020574cc 100644 --- a/CGAL_ImageIO/src/CGAL_ImageIO/inr.cpp +++ b/CGAL_ImageIO/src/CGAL_ImageIO/inr.cpp @@ -277,13 +277,13 @@ int readInrimageHeader(const char *,_image *im) { was used. However the man said ... - n Nothing is expected; instead, the number of charac­ + n Nothing is expected; instead, the number of charac­ ters consumed thus far from the input is stored through the next pointer, which must be a pointer to int. This is not a conversion, although it can be suppressed with the * flag. The C standard - says: `Execution of a %n directive does not incre­ - ment the assignment count returned at the comple­ + says: `Execution of a %n directive does not incre­ + ment the assignment count returned at the comple­ tion of execution' but the Corrigendum seems to contradict this. Probably it is wise not to make any assumptions on the effect of %n conversions on diff --git a/CGAL_ImageIO/src/CGAL_ImageIO/recbuffer.cpp b/CGAL_ImageIO/src/CGAL_ImageIO/recbuffer.cpp index 5ea1092cd55..64f5f5edf9f 100644 --- a/CGAL_ImageIO/src/CGAL_ImageIO/recbuffer.cpp +++ b/CGAL_ImageIO/src/CGAL_ImageIO/recbuffer.cpp @@ -24,7 +24,7 @@ * * $Id$ * - * Copyright©INRIA 1999 + * Copyright©INRIA 1999 * * DESCRIPTION: * diff --git a/CGAL_ImageIO/src/CGAL_ImageIO/recbuffer.h b/CGAL_ImageIO/src/CGAL_ImageIO/recbuffer.h index cad6c3bcde1..c394977763b 100644 --- a/CGAL_ImageIO/src/CGAL_ImageIO/recbuffer.h +++ b/CGAL_ImageIO/src/CGAL_ImageIO/recbuffer.h @@ -24,7 +24,7 @@ * * $Id$ * - * Copyright©INRIA 1999 + * Copyright©INRIA 1999 * * DESCRIPTION: * diff --git a/CGAL_ImageIO/src/CGAL_ImageIO/recline.cpp b/CGAL_ImageIO/src/CGAL_ImageIO/recline.cpp index 7ccdfa09eef..fd7893f512e 100644 --- a/CGAL_ImageIO/src/CGAL_ImageIO/recline.cpp +++ b/CGAL_ImageIO/src/CGAL_ImageIO/recline.cpp @@ -24,7 +24,7 @@ * * $Id$ * - * Copyright©INRIA 1999 + * Copyright©INRIA 1999 * * DESCRIPTION: * diff --git a/CGAL_ImageIO/src/CGAL_ImageIO/recline.h b/CGAL_ImageIO/src/CGAL_ImageIO/recline.h index 9d6b3a8c9df..44ccf6dbde2 100644 --- a/CGAL_ImageIO/src/CGAL_ImageIO/recline.h +++ b/CGAL_ImageIO/src/CGAL_ImageIO/recline.h @@ -24,7 +24,7 @@ * * $Id$ * - * Copyright©INRIA 1998 + * Copyright©INRIA 1998 * * DESCRIPTION: * diff --git a/CGAL_ImageIO/src/CGAL_ImageIO/reech4x4.cpp b/CGAL_ImageIO/src/CGAL_ImageIO/reech4x4.cpp index 0e112d033e4..13f6bc4887d 100644 --- a/CGAL_ImageIO/src/CGAL_ImageIO/reech4x4.cpp +++ b/CGAL_ImageIO/src/CGAL_ImageIO/reech4x4.cpp @@ -24,7 +24,7 @@ * * $Id$ * - * Copyright©INRIA 1999 + * Copyright©INRIA 1999 * * AUTHOR: * Gregoire Malandain (greg@sophia.inria.fr) diff --git a/CGAL_ImageIO/src/CGAL_ImageIO/reech4x4.h b/CGAL_ImageIO/src/CGAL_ImageIO/reech4x4.h index 3fe0a523901..78b465f9bd8 100644 --- a/CGAL_ImageIO/src/CGAL_ImageIO/reech4x4.h +++ b/CGAL_ImageIO/src/CGAL_ImageIO/reech4x4.h @@ -24,7 +24,7 @@ * * $Id$ * - * Copyright©INRIA 1999 + * Copyright©INRIA 1999 * * AUTHOR: * Gregoire Malandain (greg@sophia.inria.fr) diff --git a/CGAL_ImageIO/src/CGAL_ImageIO/typedefs.h b/CGAL_ImageIO/src/CGAL_ImageIO/typedefs.h index 91fbe441b6f..095921493f4 100644 --- a/CGAL_ImageIO/src/CGAL_ImageIO/typedefs.h +++ b/CGAL_ImageIO/src/CGAL_ImageIO/typedefs.h @@ -24,7 +24,7 @@ * * $Id$ * - * Copyright©INRIA 1998 + * Copyright©INRIA 1998 * * AUTHOR: * Gregoire Malandain (greg@sophia.inria.fr) diff --git a/Jet_fitting_3/include/CGAL/Lapack/Linear_algebra_lapack.h b/Jet_fitting_3/include/CGAL/Lapack/Linear_algebra_lapack.h index 040ce0edbc3..3312236e873 100644 --- a/Jet_fitting_3/include/CGAL/Lapack/Linear_algebra_lapack.h +++ b/Jet_fitting_3/include/CGAL/Lapack/Linear_algebra_lapack.h @@ -15,7 +15,7 @@ // $URL$ // $Id$ // -// Author(s) : Marc Pouget and Frédéric Cazals +// Author(s) : Marc Pouget and Frédéric Cazals #ifndef CGAL_LAPACK_H #define CGAL_LAPACK_H diff --git a/Jet_fitting_3/include/CGAL/Monge_via_jet_fitting.h b/Jet_fitting_3/include/CGAL/Monge_via_jet_fitting.h index 2770a960a29..da1502f5bc6 100644 --- a/Jet_fitting_3/include/CGAL/Monge_via_jet_fitting.h +++ b/Jet_fitting_3/include/CGAL/Monge_via_jet_fitting.h @@ -15,7 +15,7 @@ // $URL$ // $Id$ // -// Author(s) : Marc Pouget and Frédéric Cazals +// Author(s) : Marc Pouget and Frédéric Cazals #ifndef CGAL_MONGE_VIA_JET_FITTING_H_ #define CGAL_MONGE_VIA_JET_FITTING_H_ diff --git a/Mesh_3/include/CGAL/Mesh_3/Refine_cells_3.h b/Mesh_3/include/CGAL/Mesh_3/Refine_cells_3.h index f50b4a537f0..776cd4f4796 100644 --- a/Mesh_3/include/CGAL/Mesh_3/Refine_cells_3.h +++ b/Mesh_3/include/CGAL/Mesh_3/Refine_cells_3.h @@ -15,7 +15,7 @@ // $URL$ // $Id$ // -// Author(s) : Laurent Rineau, Stéphane Tayeb +// Author(s) : Laurent Rineau, Stéphane Tayeb #ifndef CGAL_MESH_3_REFINE_CELLS_3_H #define CGAL_MESH_3_REFINE_CELLS_3_H diff --git a/Number_types/include/CGAL/GMP/Gmpfi_type.h b/Number_types/include/CGAL/GMP/Gmpfi_type.h index 517e3640aef..bb23d9b48dd 100644 --- a/Number_types/include/CGAL/GMP/Gmpfi_type.h +++ b/Number_types/include/CGAL/GMP/Gmpfi_type.h @@ -14,7 +14,7 @@ // $URL$ // $Id$ // -// Author: Luis Peñaranda +// Author: Luis Peñaranda #ifndef CGAL_GMPFI_TYPE_H #define CGAL_GMPFI_TYPE_H diff --git a/Number_types/include/CGAL/GMP/Gmpfi_type_static.h b/Number_types/include/CGAL/GMP/Gmpfi_type_static.h index 0736696834f..396b2e6bcf5 100644 --- a/Number_types/include/CGAL/GMP/Gmpfi_type_static.h +++ b/Number_types/include/CGAL/GMP/Gmpfi_type_static.h @@ -14,7 +14,7 @@ // $URL$ // $Id$ // -// Author: Luis Peñaranda +// Author: Luis Peñaranda // This file contains the arithmetic functions not members of the Gmpfi // class. diff --git a/Number_types/include/CGAL/GMP/Gmpfr_type_static.h b/Number_types/include/CGAL/GMP/Gmpfr_type_static.h index c8030e368ee..e95227b1acd 100644 --- a/Number_types/include/CGAL/GMP/Gmpfr_type_static.h +++ b/Number_types/include/CGAL/GMP/Gmpfr_type_static.h @@ -14,7 +14,7 @@ // $URL$ // $Id$ // -// Author: Luis Peñaranda +// Author: Luis Peñaranda // This file contains the arithmetic functions not members of the Gmpfr // class. diff --git a/Number_types/include/CGAL/Gmpfi.h b/Number_types/include/CGAL/Gmpfi.h index 9f3aa28a213..97bb80d8647 100644 --- a/Number_types/include/CGAL/Gmpfi.h +++ b/Number_types/include/CGAL/Gmpfi.h @@ -14,7 +14,7 @@ // $URL$ // $Id$ // -// Author: Luis Peñaranda +// Author: Luis Peñaranda // Michael Hemmer #ifndef CGAL_GMPFI_H diff --git a/Number_types/include/CGAL/Gmpfr.h b/Number_types/include/CGAL/Gmpfr.h index 8d7ace5ba07..5179425ff19 100644 --- a/Number_types/include/CGAL/Gmpfr.h +++ b/Number_types/include/CGAL/Gmpfr.h @@ -14,7 +14,7 @@ // $URL$ // $Id$ // -// Author: Luis Peñaranda +// Author: Luis Peñaranda #ifndef CGAL_GMPFR_H #define CGAL_GMPFR_H diff --git a/Number_types/include/CGAL/mpfi_coercion_traits.h b/Number_types/include/CGAL/mpfi_coercion_traits.h index c523065e462..5ca2cc09341 100644 --- a/Number_types/include/CGAL/mpfi_coercion_traits.h +++ b/Number_types/include/CGAL/mpfi_coercion_traits.h @@ -14,7 +14,7 @@ // $URL$ // $Id$ // -// Author: Luis Peñaranda +// Author: Luis Peñaranda diff --git a/Number_types/include/CGAL/mpfr_coercion_traits.h b/Number_types/include/CGAL/mpfr_coercion_traits.h index a00986f3457..44791118bc1 100644 --- a/Number_types/include/CGAL/mpfr_coercion_traits.h +++ b/Number_types/include/CGAL/mpfr_coercion_traits.h @@ -14,7 +14,7 @@ // $URL$ // $Id$ // -// Author: Luis Peñaranda +// Author: Luis Peñaranda #ifndef CGAL_MPFR_COERCION_TRAITS_H #define CGAL_MPFR_COERCION_TRAITS_H diff --git a/Number_types/test/Number_types/Gmpfi.cpp b/Number_types/test/Number_types/Gmpfi.cpp index e4042a41667..1d2cda2bf98 100644 --- a/Number_types/test/Number_types/Gmpfi.cpp +++ b/Number_types/test/Number_types/Gmpfi.cpp @@ -14,7 +14,7 @@ // $URL$ // $Id$ // -// Author: Luis Peñaranda +// Author: Luis Peñaranda #ifdef CGAL_USE_MPFI #include diff --git a/Number_types/test/Number_types/Gmpfr.cpp b/Number_types/test/Number_types/Gmpfr.cpp index 55c6c903075..0460ef64fa9 100644 --- a/Number_types/test/Number_types/Gmpfr.cpp +++ b/Number_types/test/Number_types/Gmpfr.cpp @@ -14,7 +14,7 @@ // $URL$ // $Id$ // -// Author: Luis Peñaranda +// Author: Luis Peñaranda #include diff --git a/Number_types/test/Number_types/include/CGAL/_test_io.h b/Number_types/test/Number_types/include/CGAL/_test_io.h index 0d3c0d0c71c..e2eafe9d39e 100644 --- a/Number_types/test/Number_types/include/CGAL/_test_io.h +++ b/Number_types/test/Number_types/include/CGAL/_test_io.h @@ -14,7 +14,7 @@ // $URL$ // $Id$ // -// Author: Luis Peñaranda +// Author: Luis Peñaranda #ifndef CGAL_TEST_IO_H #define CGAL_TEST_IO_H diff --git a/Polynomial/test/Polynomial/modular_gcd_utcf_algorithm_M.cpp b/Polynomial/test/Polynomial/modular_gcd_utcf_algorithm_M.cpp index 0b1c245e240..f1c9a3e9268 100644 --- a/Polynomial/test/Polynomial/modular_gcd_utcf_algorithm_M.cpp +++ b/Polynomial/test/Polynomial/modular_gcd_utcf_algorithm_M.cpp @@ -22,7 +22,7 @@ // Revision : $Revision$ // Revision_date : $Date$ // -// Author(s) : Dominik Hülse +// Author(s) : Dominik Hülse // Michael Hemmer // // ============================================================================ diff --git a/Polynomial/test/Polynomial/modular_gcd_utcf_dfai.cpp b/Polynomial/test/Polynomial/modular_gcd_utcf_dfai.cpp index c05abbbcc00..dbb551ffaf1 100644 --- a/Polynomial/test/Polynomial/modular_gcd_utcf_dfai.cpp +++ b/Polynomial/test/Polynomial/modular_gcd_utcf_dfai.cpp @@ -22,7 +22,7 @@ // Revision : $Revision$ // Revision_date : $Date$ // -// Author(s) : Dominik Hülse +// Author(s) : Dominik Hülse // Michael Hemmer // // ============================================================================ diff --git a/Polynomial/test/Polynomial/modular_gcd_utcf_pure_wang.cpp b/Polynomial/test/Polynomial/modular_gcd_utcf_pure_wang.cpp index e5896c25c79..9730ceacf12 100644 --- a/Polynomial/test/Polynomial/modular_gcd_utcf_pure_wang.cpp +++ b/Polynomial/test/Polynomial/modular_gcd_utcf_pure_wang.cpp @@ -22,7 +22,7 @@ // Revision : $Revision$ // Revision_date : $Date$ // -// Author(s) : Dominik Hülse +// Author(s) : Dominik Hülse // Michael Hemmer // // ============================================================================ diff --git a/Polynomial/test/Polynomial/modular_gcd_utcf_with_wang.cpp b/Polynomial/test/Polynomial/modular_gcd_utcf_with_wang.cpp index 3d45672348c..f794c382926 100644 --- a/Polynomial/test/Polynomial/modular_gcd_utcf_with_wang.cpp +++ b/Polynomial/test/Polynomial/modular_gcd_utcf_with_wang.cpp @@ -22,7 +22,7 @@ // Revision : $Revision$ // Revision_date : $Date$ // -// Author(s) : Dominik Hülse +// Author(s) : Dominik Hülse // Michael Hemmer // // ============================================================================ diff --git a/Polytope_distance_d/test/Polytope_distance_d/test_PD.cpp b/Polytope_distance_d/test/Polytope_distance_d/test_PD.cpp index e4fcb79e758..5d4614c3f9c 100644 --- a/Polytope_distance_d/test/Polytope_distance_d/test_PD.cpp +++ b/Polytope_distance_d/test/Polytope_distance_d/test_PD.cpp @@ -18,8 +18,8 @@ // revision : $Id$ // revision_date : $Date$ // -// author(s) : Sven Schönherr -// coordinator : ETH Zürich (Bernd Gärtner ) +// author(s) : Sven Schönherr +// coordinator : ETH Zürich (Bernd Gärtner ) // // implementation: test program for polytope distance (dD traits class // ============================================================================ diff --git a/Polytope_distance_d/test/Polytope_distance_d/test_Polytope_distance_d.h b/Polytope_distance_d/test/Polytope_distance_d/test_Polytope_distance_d.h index baed38dff3c..75fb2c87d76 100644 --- a/Polytope_distance_d/test/Polytope_distance_d/test_Polytope_distance_d.h +++ b/Polytope_distance_d/test/Polytope_distance_d/test_Polytope_distance_d.h @@ -18,8 +18,8 @@ // revision : $Id$ // revision_date : $Date$ // -// author(s) : Sven Schönherr -// coordinator : ETH Zürich (Bernd Gärtner ) +// author(s) : Sven Schönherr +// coordinator : ETH Zürich (Bernd Gärtner ) // // implementation: test function for polytope distance // ============================================================================ diff --git a/Polytope_distance_d/test/Polytope_distance_d/test_Polytope_distance_d_2.cpp b/Polytope_distance_d/test/Polytope_distance_d/test_Polytope_distance_d_2.cpp index 43ed00f014c..4f7e0714fee 100644 --- a/Polytope_distance_d/test/Polytope_distance_d/test_Polytope_distance_d_2.cpp +++ b/Polytope_distance_d/test/Polytope_distance_d/test_Polytope_distance_d_2.cpp @@ -19,8 +19,8 @@ // revision : $Id$ // revision_date : $Date$ // -// author(s) : Sven Schönherr -// coordinator : ETH Zürich (Bernd Gärtner ) +// author(s) : Sven Schönherr +// coordinator : ETH Zürich (Bernd Gärtner ) // // implementation: test program for polytope distance (2D traits class) // ============================================================================ diff --git a/Polytope_distance_d/test/Polytope_distance_d/test_Polytope_distance_d_3.cpp b/Polytope_distance_d/test/Polytope_distance_d/test_Polytope_distance_d_3.cpp index 4e637f9c28e..769b3a60c68 100644 --- a/Polytope_distance_d/test/Polytope_distance_d/test_Polytope_distance_d_3.cpp +++ b/Polytope_distance_d/test/Polytope_distance_d/test_Polytope_distance_d_3.cpp @@ -19,8 +19,8 @@ // revision : $Id$ // revision_date : $Date$ // -// author(s) : Sven Schönherr -// coordinator : ETH Zürich (Bernd Gärtner ) +// author(s) : Sven Schönherr +// coordinator : ETH Zürich (Bernd Gärtner ) // // implementation: test program for polytope distance (3D traits class) // ============================================================================ diff --git a/Polytope_distance_d/test/Polytope_distance_d/test_Polytope_distance_d_d.cpp b/Polytope_distance_d/test/Polytope_distance_d/test_Polytope_distance_d_d.cpp index 326ed7b3f86..bdc760d965e 100644 --- a/Polytope_distance_d/test/Polytope_distance_d/test_Polytope_distance_d_d.cpp +++ b/Polytope_distance_d/test/Polytope_distance_d/test_Polytope_distance_d_d.cpp @@ -19,8 +19,8 @@ // revision : $Id$ // revision_date : $Date$ // -// author(s) : Sven Schönherr -// coordinator : ETH Zürich (Bernd Gärtner ) +// author(s) : Sven Schönherr +// coordinator : ETH Zürich (Bernd Gärtner ) // // implementation: test program for polytope distance (dD traits class) // ============================================================================ diff --git a/Random_numbers/src/CGAL/Random.cpp b/Random_numbers/src/CGAL/Random.cpp index 9b7be185cdb..9a5887a1b15 100644 --- a/Random_numbers/src/CGAL/Random.cpp +++ b/Random_numbers/src/CGAL/Random.cpp @@ -20,7 +20,7 @@ // $Id$ // // -// Author(s) : Sven Schönherr +// Author(s) : Sven Schönherr #include #include diff --git a/Random_numbers/test/Random_numbers/test_Random.cpp b/Random_numbers/test/Random_numbers/test_Random.cpp index 0bcb80df3f7..c09a960a4d3 100644 --- a/Random_numbers/test/Random_numbers/test_Random.cpp +++ b/Random_numbers/test/Random_numbers/test_Random.cpp @@ -15,7 +15,7 @@ // revision : $Id$ // revision_date : $Date$ // -// author(s) : Sven Schönherr +// author(s) : Sven Schönherr // coordinator : INRIA Sophia-Antipolis // // implementation: test program for Random Numbers Generator diff --git a/Ridges_3/include/CGAL/PolyhedralSurf_neighbors.h b/Ridges_3/include/CGAL/PolyhedralSurf_neighbors.h index f1a44d2c3af..cd1bcfa87fa 100644 --- a/Ridges_3/include/CGAL/PolyhedralSurf_neighbors.h +++ b/Ridges_3/include/CGAL/PolyhedralSurf_neighbors.h @@ -15,7 +15,7 @@ // $URL$ // $Id$ // -// Author(s) : Marc Pouget and Frédéric Cazals +// Author(s) : Marc Pouget and Frédéric Cazals #ifndef CGAL_POLYHEDRALSURF_NEIGHBORS_H_ #define CGAL_POLYHEDRALSURF_NEIGHBORS_H_ diff --git a/Ridges_3/include/CGAL/Ridges.h b/Ridges_3/include/CGAL/Ridges.h index 91dc99f3eb5..6ce8b9126fe 100644 --- a/Ridges_3/include/CGAL/Ridges.h +++ b/Ridges_3/include/CGAL/Ridges.h @@ -15,7 +15,7 @@ // $URL$ // $Id$ // -// Author(s) : Marc Pouget and Frédéric Cazals +// Author(s) : Marc Pouget and Frédéric Cazals #ifndef CGAL_RIDGE_3_H_ #define CGAL_RIDGE_3_H_ diff --git a/Ridges_3/include/CGAL/Umbilics.h b/Ridges_3/include/CGAL/Umbilics.h index ab17c499af1..f1ed4fbe3d6 100644 --- a/Ridges_3/include/CGAL/Umbilics.h +++ b/Ridges_3/include/CGAL/Umbilics.h @@ -15,7 +15,7 @@ // $URL$ // $Id$ // -// Author(s) : Marc Pouget and Frédéric Cazals +// Author(s) : Marc Pouget and Frédéric Cazals #ifndef CGAL_UMBILIC_H_ #define CGAL_UMBILIC_H_ diff --git a/Ridges_3/test/Ridges_3/PolyhedralSurf_rings.h b/Ridges_3/test/Ridges_3/PolyhedralSurf_rings.h index 3ab989ec233..86cb7e7cbee 100644 --- a/Ridges_3/test/Ridges_3/PolyhedralSurf_rings.h +++ b/Ridges_3/test/Ridges_3/PolyhedralSurf_rings.h @@ -1,5 +1,5 @@ -#ifndef _PSURF_RINGS_H_ -#define _PSURF_RINGS_H_ +#ifndef _POLYSURF_RINGS_H_ +#define _POLYSURF_RINGS_H_ using namespace std; diff --git a/STL_Extension/src/CGAL/assertions.cpp b/STL_Extension/src/CGAL/assertions.cpp index 68e12be380c..44e187df0a6 100644 --- a/STL_Extension/src/CGAL/assertions.cpp +++ b/STL_Extension/src/CGAL/assertions.cpp @@ -20,7 +20,7 @@ // $Id$ // // -// Author(s) : Geert-Jan Giezeman and Sven Schönherr +// Author(s) : Geert-Jan Giezeman and Sven Schönherr #include #include diff --git a/Scripts/developer_scripts/detect_wrong_encoding b/Scripts/developer_scripts/detect_wrong_encoding index df1446dba6c..80852440f09 100755 --- a/Scripts/developer_scripts/detect_wrong_encoding +++ b/Scripts/developer_scripts/detect_wrong_encoding @@ -2,4 +2,4 @@ setopt extendedglob -file ^build*/(include|doc)/**/*.h| egrep -v ':[[:space:]]+(C(\+\+)? source, |LaTeX document, |HTML document, )?(ASCII|UTF-8 Unicode) text(, with very long lines)?$' +file ^build*/(demo|test|examples|include|doc|src)/**/*.(h|hpp|H|C|c|cpp)| egrep -v ':[[:space:]]+(C(\+\+)? source, |LaTeX document, |HTML document, )?(ASCII|UTF-8 Unicode) text(, with very long lines)?$' diff --git a/Stream_support/src/CGAL/Color.cpp b/Stream_support/src/CGAL/Color.cpp index ed3b49ee99a..55bc10aff7d 100644 --- a/Stream_support/src/CGAL/Color.cpp +++ b/Stream_support/src/CGAL/Color.cpp @@ -20,7 +20,7 @@ // $Id$ // // -// Author(s) : Andreas Fabri, Hervé Brönnimann +// Author(s) : Andreas Fabri, Hervé Brönnimann #include diff --git a/Surface_mesh_parameterization/package_info/Surface_mesh_parameterization/long_description.txt b/Surface_mesh_parameterization/package_info/Surface_mesh_parameterization/long_description.txt index 51e784ab5eb..80e052cd0c6 100644 --- a/Surface_mesh_parameterization/package_info/Surface_mesh_parameterization/long_description.txt +++ b/Surface_mesh_parameterization/package_info/Surface_mesh_parameterization/long_description.txt @@ -73,9 +73,9 @@ Which linear solver? 5 References -[DMA02] Mathieu Desbrun, Mark Meyer, and Pierre Alliez. Intrinsic parameterizations of surface meshes. Computer Graphics Forum, 21(3):209–218, September 2002. -[FH05] M. S. Floater and K. Hormann. Surface parameterization: a tutorial and survey. In N. A. Dodgson, M. S. Floater, and M. A. Sabin, editors, Advances in Multiresolution for Geometric Modelling, Mathematics and Visualization, pages 157–186. Springer, Berlin, Heidelberg, 2005. -[Flo03] Michael Floater. Mean Value Coordinates. Computer Aided Design, 20(1):19–27, 2003. -[LPRM02] Bruno Lévy, Sylvain Petitjean, Nicolas Ray, and Jérome Maillot. Least squares conformal maps for automatic texture atlas generation. In Proceedings of the 29th Conference on Computer Graphics and Interactive Techniques SIGGRAPH, volume 21(3) of ACM Transactions on Graphics, pages 362–371, 2002. +[DMA02] Mathieu Desbrun, Mark Meyer, and Pierre Alliez. Intrinsic parameterizations of surface meshes. Computer Graphics Forum, 21(3):209–218, September 2002. +[FH05] M. S. Floater and K. Hormann. Surface parameterization: a tutorial and survey. In N. A. Dodgson, M. S. Floater, and M. A. Sabin, editors, Advances in Multiresolution for Geometric Modelling, Mathematics and Visualization, pages 157–186. Springer, Berlin, Heidelberg, 2005. +[Flo03] Michael Floater. Mean Value Coordinates. Computer Aided Design, 20(1):19–27, 2003. +[LPRM02] Bruno Lévy, Sylvain Petitjean, Nicolas Ray, and Jérome Maillot. Least squares conformal maps for automatic texture atlas generation. In Proceedings of the 29th Conference on Computer Graphics and Interactive Techniques SIGGRAPH, volume 21(3) of ACM Transactions on Graphics, pages 362–371, 2002. diff --git a/Surface_mesh_segmentation/include/CGAL/internal/Surface_mesh_segmentation/K_means_clustering.h b/Surface_mesh_segmentation/include/CGAL/internal/Surface_mesh_segmentation/K_means_clustering.h index 4bef3819e9a..290d2958c1e 100644 --- a/Surface_mesh_segmentation/include/CGAL/internal/Surface_mesh_segmentation/K_means_clustering.h +++ b/Surface_mesh_segmentation/include/CGAL/internal/Surface_mesh_segmentation/K_means_clustering.h @@ -76,7 +76,7 @@ public: } } - // To future reference, I also left prev implementation which is a variant of Fisher–Yates shuffle, however to keep `points` intact I use another vector to + // To future reference, I also left prev implementation which is a variant of Fisher–Yates shuffle, however to keep `points` intact I use another vector to // store and swap indices. // where n = number of points; complexity = O(n), memory overhead = O(n) /* diff --git a/Surface_mesher/demo/Surface_mesher/windows/DialogOptions.cpp b/Surface_mesher/demo/Surface_mesher/windows/DialogOptions.cpp index 40ff7d934b6..8807799fc39 100644 --- a/Surface_mesher/demo/Surface_mesher/windows/DialogOptions.cpp +++ b/Surface_mesher/demo/Surface_mesher/windows/DialogOptions.cpp @@ -1,4 +1,4 @@ -// DialogOptions.cpp : fichier d'implémentation +// DialogOptions.cpp : fichier d'implémentation #include "stdafx.h" #include "Mesh.h" #include "DialogOptions.h" diff --git a/Surface_mesher/demo/Surface_mesher/windows/DialogOptions.h b/Surface_mesher/demo/Surface_mesher/windows/DialogOptions.h index 81734f12ccb..182a76aeebf 100644 --- a/Surface_mesher/demo/Surface_mesher/windows/DialogOptions.h +++ b/Surface_mesher/demo/Surface_mesher/windows/DialogOptions.h @@ -1,7 +1,7 @@ #pragma once -// Boîte de dialogue CDialogOptions +// Boîte de dialogue CDialogOptions class CDialogOptions : public CDialog { @@ -11,7 +11,7 @@ public: CDialogOptions(CWnd* pParent = NULL); // constructeur standard virtual ~CDialogOptions(); -// Données de boîte de dialogue +// Données de boîte de dialogue enum { IDD = IDD_DIALOG_OPTIONS }; protected: