jp3d: Convert ISO-8859 to UTF-8
authorStefan Weil <sw@weilnetz.de>
Sat, 24 Feb 2018 13:51:28 +0000 (14:51 +0100)
committerStefan Weil <sw@weilnetz.de>
Sun, 25 Feb 2018 17:25:51 +0000 (18:25 +0100)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
src/bin/jp3d/convert.c
src/bin/jp3d/convert.h
src/bin/jp3d/opj_jp3d_compress.c
src/bin/jp3d/opj_jp3d_decompress.c

index 5d07bf19b264d4ff76fa20659a56adbaa8365492..7d802445d64846b3530e0214b1373f80ce940bee 100644 (file)
@@ -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�nica D�ez Garc�a, 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�n del caso de un �nico 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;
index 1df170eba6ac5c131c6fc7132eaa403028071b9f..255717e1038235fdac49d5f4f3cfa651e76e0093 100644 (file)
@@ -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�nica D�ez Garc�a, 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
index ea7ee7fc9b2c892ba8a84cb3520b09d5094628e7..901a14f8dce3db02684fd81deea069fa002ac0c3 100644 (file)
@@ -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�nica D�ez Garc�a, 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
index 08d6ced2aa4c138b65e3d899aca0375326e55d10..eb7ebe8e8a134f7ce7620aa4549e2e6c1a754e20 100644 (file)
@@ -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�nica D�ez Garc�a, 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