From 244f52483df75e6507d676b25d31e6e7bf08bdf5 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 24 Feb 2018 14:51:28 +0100 Subject: [PATCH 1/2] jp3d: Convert ISO-8859 to UTF-8 Signed-off-by: Stefan Weil --- src/bin/jp3d/convert.c | 4 ++-- src/bin/jp3d/convert.h | 2 +- src/bin/jp3d/opj_jp3d_compress.c | 2 +- src/bin/jp3d/opj_jp3d_decompress.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/bin/jp3d/convert.c b/src/bin/jp3d/convert.c index 5d07bf19..7d802445 100644 --- a/src/bin/jp3d/convert.c +++ b/src/bin/jp3d/convert.c @@ -9,7 +9,7 @@ * Copyright (c) 2003-2005, Francois Devaux and Antonin Descampe * Copyright (c) 2005, Herve Drolon, FreeImage Team * Copyright (c) 2002-2005, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium - * Copyright (c) 2006, M髇ica D韊z Garc韆, Image Processing Laboratory, University of Valladolid, Spain + * Copyright (c) 2006, M贸nica D铆ez Garc铆a, Image Processing Laboratory, University of Valladolid, Spain * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -193,7 +193,7 @@ opj_volume_t* pgxtovolume(char *relpath, opj_cparameters_t *parameters) memset(pgxfiles, 0, MAX_SLICES * MAX_PATH * sizeof(char)); memset(&cmptparm, 0, sizeof(opj_volume_cmptparm_t)); - /* Separaci髇 del caso de un 鷑ico slice frente al de muchos */ + /* Separaci贸n del caso de un 煤nico slice frente al de muchos */ if ((tmp = strrchr(relpath, '-')) == NULL) { /*fprintf(stdout,"[INFO] A volume of only one slice....\n");*/ sliceno = 1; diff --git a/src/bin/jp3d/convert.h b/src/bin/jp3d/convert.h index 1df170eb..255717e1 100644 --- a/src/bin/jp3d/convert.h +++ b/src/bin/jp3d/convert.h @@ -4,7 +4,7 @@ * Copyright (c) 2003-2005, Francois Devaux and Antonin Descampe * Copyright (c) 2005, Herve Drolon, FreeImage Team * Copyright (c) 2002-2005, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium - * Copyright (c) 2006, M髇ica D韊z Garc韆, Image Processing Laboratory, University of Valladolid, Spain + * Copyright (c) 2006, M贸nica D铆ez Garc铆a, Image Processing Laboratory, University of Valladolid, Spain * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/bin/jp3d/opj_jp3d_compress.c b/src/bin/jp3d/opj_jp3d_compress.c index ea7ee7fc..901a14f8 100644 --- a/src/bin/jp3d/opj_jp3d_compress.c +++ b/src/bin/jp3d/opj_jp3d_compress.c @@ -4,7 +4,7 @@ * Copyright (c) 2003-2005, Francois Devaux and Antonin Descampe * Copyright (c) 2005, Herve Drolon, FreeImage Team * Copyright (c) 2002-2005, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium - * Copyright (c) 2006, M髇ica D韊z Garc韆, Image Processing Laboratory, University of Valladolid, Spain + * Copyright (c) 2006, M贸nica D铆ez Garc铆a, Image Processing Laboratory, University of Valladolid, Spain * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/bin/jp3d/opj_jp3d_decompress.c b/src/bin/jp3d/opj_jp3d_decompress.c index 08d6ced2..eb7ebe8e 100644 --- a/src/bin/jp3d/opj_jp3d_decompress.c +++ b/src/bin/jp3d/opj_jp3d_decompress.c @@ -4,7 +4,7 @@ * Copyright (c) 2003-2005, Francois Devaux and Antonin Descampe * Copyright (c) 2005, Herve Drolon, FreeImage Team * Copyright (c) 2002-2005, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium - * Copyright (c) 2006, M髇ica D韊z Garc韆, Image Processing Laboratory, University of Valladolid, Spain + * Copyright (c) 2006, M贸nica D铆ez Garc铆a, Image Processing Laboratory, University of Valladolid, Spain * All rights reserved. * * Redistribution and use in source and binary forms, with or without From b49fa93aa759cb2e2e22e174ef793470eb02a148 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 24 Feb 2018 14:55:33 +0100 Subject: [PATCH 2/2] openjp3d: Convert ISO-8859 to UTF-8 Signed-off-by: Stefan Weil --- src/lib/openjp3d/dwt.c | 2 +- src/lib/openjp3d/dwt.h | 4 ++-- src/lib/openjp3d/jp3d.c | 2 +- src/lib/openjp3d/jp3d.h | 2 +- src/lib/openjp3d/openjp3d.c | 2 +- src/lib/openjp3d/openjp3d.h | 2 +- src/lib/openjp3d/pi.c | 2 +- src/lib/openjp3d/pi.h | 2 +- src/lib/openjp3d/t1_3d.c | 2 +- src/lib/openjp3d/t1_3d.h | 2 +- src/lib/openjp3d/t2.h | 2 +- src/lib/openjp3d/tcd.h | 2 +- src/lib/openjp3d/volume.h | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/lib/openjp3d/dwt.c b/src/lib/openjp3d/dwt.c index 90a807ed..08674337 100644 --- a/src/lib/openjp3d/dwt.c +++ b/src/lib/openjp3d/dwt.c @@ -9,7 +9,7 @@ * Copyright (c) 2003-2005, Francois Devaux and Antonin Descampe * Copyright (c) 2005, Herve Drolon, FreeImage Team * Copyright (c) 2002-2005, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium - * Copyrigth (c) 2006, M髇ica D韊z, LPI-UVA, Spain + * Copyrigth (c) 2006, M贸nica D铆ez, LPI-UVA, Spain * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/lib/openjp3d/dwt.h b/src/lib/openjp3d/dwt.h index 634df95a..0d3eca2a 100644 --- a/src/lib/openjp3d/dwt.h +++ b/src/lib/openjp3d/dwt.h @@ -9,7 +9,7 @@ * Copyright (c) 2003-2005, Francois Devaux and Antonin Descampe * Copyright (c) 2005, Herve Drolon, FreeImage Team * Copyright (c) 2002-2005, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium - * Copyrigth (c) 2006, M髇ica D韊z, LPI-UVA, Spain + * Copyrigth (c) 2006, M贸nica D铆ez, LPI-UVA, Spain * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -95,7 +95,7 @@ Get the norm of a wavelet function of a subband at a specified level for the rev double dwt_getnorm(int orient, int level[3], int dwtid[3]); /* ----------------------------------------------------------------------- */ /** -Calcula el valor del escal髇 de cuantificaci髇 correspondiente a cada subbanda. +Calcula el valor del escal贸n de cuantificaci贸n correspondiente a cada subbanda. @param tccp Tile component coding parameters @param prec Precision of data */ diff --git a/src/lib/openjp3d/jp3d.c b/src/lib/openjp3d/jp3d.c index fbc8c013..410bca53 100644 --- a/src/lib/openjp3d/jp3d.c +++ b/src/lib/openjp3d/jp3d.c @@ -9,7 +9,7 @@ * Copyright (c) 2003-2005, Francois Devaux and Antonin Descampe * Copyright (c) 2005, Herve Drolon, FreeImage Team * Copyright (c) 2002-2005, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium - * Copyright (c) 2006, M髇ica D韊z Garc韆, Image Processing Laboratory, University of Valladolid, Spain + * Copyright (c) 2006, M贸nica D铆ez Garc铆a, Image Processing Laboratory, University of Valladolid, Spain * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/lib/openjp3d/jp3d.h b/src/lib/openjp3d/jp3d.h index 3ad46df6..2f47ffe6 100644 --- a/src/lib/openjp3d/jp3d.h +++ b/src/lib/openjp3d/jp3d.h @@ -9,7 +9,7 @@ * Copyright (c) 2003-2005, Francois Devaux and Antonin Descampe * Copyright (c) 2005, Herve Drolon, FreeImage Team * Copyright (c) 2002-2005, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium - * Copyright (c) 2006, M髇ica D韊z Garc韆, Image Processing Laboratory, University of Valladolid, Spain + * Copyright (c) 2006, M贸nica D铆ez Garc铆a, Image Processing Laboratory, University of Valladolid, Spain * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/lib/openjp3d/openjp3d.c b/src/lib/openjp3d/openjp3d.c index 02a2d009..3299a99d 100644 --- a/src/lib/openjp3d/openjp3d.c +++ b/src/lib/openjp3d/openjp3d.c @@ -5,7 +5,7 @@ * are granted under this license. * * Copyright (c) 2005, Herve Drolon, FreeImage Team - * Copyright (c) 2006, M髇ica D韊z Garc韆, Image Processing Laboratory, University of Valladolid, Spain + * Copyright (c) 2006, M贸nica D铆ez Garc铆a, Image Processing Laboratory, University of Valladolid, Spain * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/lib/openjp3d/openjp3d.h b/src/lib/openjp3d/openjp3d.h index 0dd8aed8..b61763e6 100644 --- a/src/lib/openjp3d/openjp3d.h +++ b/src/lib/openjp3d/openjp3d.h @@ -9,7 +9,7 @@ * Copyright (c) 2003-2005, Francois Devaux and Antonin Descampe * Copyright (c) 2005, Herve Drolon, FreeImage Team * Copyright (c) 2002-2005, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium - * Copyright (c) 2006, M髇ica D韊z Garc韆, Image Processing Laboratory, University of Valladolid, Spain + * Copyright (c) 2006, M贸nica D铆ez Garc铆a, Image Processing Laboratory, University of Valladolid, Spain * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/lib/openjp3d/pi.c b/src/lib/openjp3d/pi.c index 00a198da..a03be45e 100644 --- a/src/lib/openjp3d/pi.c +++ b/src/lib/openjp3d/pi.c @@ -9,7 +9,7 @@ * Copyright (c) 2003-2005, Francois Devaux and Antonin Descampe * Copyright (c) 2005, Herve Drolon, FreeImage Team * Copyright (c) 2002-2005, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium - * Copyright (c) 2006, M髇ica D韊z, LPI-UVA, Spain + * Copyright (c) 2006, M贸nica D铆ez, LPI-UVA, Spain * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/lib/openjp3d/pi.h b/src/lib/openjp3d/pi.h index 59a73d55..6e6118dd 100644 --- a/src/lib/openjp3d/pi.h +++ b/src/lib/openjp3d/pi.h @@ -9,7 +9,7 @@ * Copyright (c) 2003-2005, Francois Devaux and Antonin Descampe * Copyright (c) 2005, Herve Drolon, FreeImage Team * Copyright (c) 2002-2005, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium - * Copyright (c) 2006, M髇ica D韊z Garc韆, Image Processing Laboratory, University of Valladolid, Spain + * Copyright (c) 2006, M贸nica D铆ez Garc铆a, Image Processing Laboratory, University of Valladolid, Spain * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/lib/openjp3d/t1_3d.c b/src/lib/openjp3d/t1_3d.c index 91759e7a..ce7e8db6 100644 --- a/src/lib/openjp3d/t1_3d.c +++ b/src/lib/openjp3d/t1_3d.c @@ -1,5 +1,5 @@ /* - * Copyrigth (c) 2006, M髇ica D韊z, LPI-UVA, Spain + * Copyrigth (c) 2006, M贸nica D铆ez, LPI-UVA, Spain * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/lib/openjp3d/t1_3d.h b/src/lib/openjp3d/t1_3d.h index c7cf8876..4d0ad89c 100644 --- a/src/lib/openjp3d/t1_3d.h +++ b/src/lib/openjp3d/t1_3d.h @@ -1,5 +1,5 @@ /* - * Copyrigth (c) 2006, M髇ica D韊z, LPI-UVA, Spain + * Copyrigth (c) 2006, M贸nica D铆ez, LPI-UVA, Spain * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/lib/openjp3d/t2.h b/src/lib/openjp3d/t2.h index b11bc6a5..36733f95 100644 --- a/src/lib/openjp3d/t2.h +++ b/src/lib/openjp3d/t2.h @@ -9,7 +9,7 @@ * Copyright (c) 2003-2005, Francois Devaux and Antonin Descampe * Copyright (c) 2005, Herve Drolon, FreeImage Team * Copyright (c) 2002-2005, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium - * Copyright (c) 2006, M髇ica D韊z Garc韆, Image Processing Laboratory, University of Valladolid, Spain + * Copyright (c) 2006, M贸nica D铆ez Garc铆a, Image Processing Laboratory, University of Valladolid, Spain * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/lib/openjp3d/tcd.h b/src/lib/openjp3d/tcd.h index a94c54fc..bac5cd06 100644 --- a/src/lib/openjp3d/tcd.h +++ b/src/lib/openjp3d/tcd.h @@ -9,7 +9,7 @@ * Copyright (c) 2003-2005, Francois Devaux and Antonin Descampe * Copyright (c) 2005, Herve Drolon, FreeImage Team * Copyright (c) 2002-2005, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium - * Copyright (c) 2006, M髇ica D韊z Garc韆, Image Processing Laboratory, University of Valladolid, Spain + * Copyright (c) 2006, M贸nica D铆ez Garc铆a, Image Processing Laboratory, University of Valladolid, Spain * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/lib/openjp3d/volume.h b/src/lib/openjp3d/volume.h index 8cc6102a..ae7fdc22 100644 --- a/src/lib/openjp3d/volume.h +++ b/src/lib/openjp3d/volume.h @@ -5,7 +5,7 @@ * are granted under this license. * * Copyright (c) 2005, Herve Drolon, FreeImage Team - * Copyright (c) 2006, M髇ica D韊z Garc韆, Image Processing Laboratory, University of Valladolid, Spain + * Copyright (c) 2006, M贸nica D铆ez Garc铆a, Image Processing Laboratory, University of Valladolid, Spain * All rights reserved. * * Redistribution and use in source and binary forms, with or without