From de9e1a069350f472a11ff3b33048bc344ff2de3a Mon Sep 17 00:00:00 2001 From: Mickael Savinaud Date: Thu, 30 Aug 2012 16:51:30 +0000 Subject: [PATCH] [trunk] Remove all non-ascii characters (Several compilers and development tools are confused by non-ascii characters in source code. These have been removed) thanks to Hans Johnson --- applications/OPJViewer/source/OPJViewer.h | 2 +- applications/OPJViewer/source/imagjpeg2000.h | 2 +- applications/OPJViewer/source/imagmxf.h | 2 +- applications/common/color.c | 2 +- applications/jpip/libopenjpip/auxtrans_manager.h | 4 ++-- applications/jpip/libopenjpip/openjpip.h | 6 +++--- applications/mj2/frames_to_mj2.c | 2 +- applications/mj2/mj2.h | 2 +- applications/mj2/mj2_convert.h | 2 +- applications/mj2/mj2_to_frames.c | 2 +- libopenjpeg/jp2.c | 2 +- 11 files changed, 14 insertions(+), 14 deletions(-) diff --git a/applications/OPJViewer/source/OPJViewer.h b/applications/OPJViewer/source/OPJViewer.h index a484e2ea..ecc48b62 100644 --- a/applications/OPJViewer/source/OPJViewer.h +++ b/applications/OPJViewer/source/OPJViewer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007, Digital Signal Processing Laboratory, Università degli studi di Perugia (UPG), Italy + * Copyright (c) 2007, Digital Signal Processing Laboratory, Universita degli studi di Perugia (UPG), Italy * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/applications/OPJViewer/source/imagjpeg2000.h b/applications/OPJViewer/source/imagjpeg2000.h index aad1ce32..609a3063 100644 --- a/applications/OPJViewer/source/imagjpeg2000.h +++ b/applications/OPJViewer/source/imagjpeg2000.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007, Digital Signal Processing Laboratory, Università degli studi di Perugia (UPG), Italy + * Copyright (c) 2007, Digital Signal Processing Laboratory, Universita degli studi di Perugia (UPG), Italy * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/applications/OPJViewer/source/imagmxf.h b/applications/OPJViewer/source/imagmxf.h index 2f287bfd..62158b4f 100644 --- a/applications/OPJViewer/source/imagmxf.h +++ b/applications/OPJViewer/source/imagmxf.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007, Digital Signal Processing Laboratory, Università degli studi di Perugia (UPG), Italy + * Copyright (c) 2007, Digital Signal Processing Laboratory, Universita degli studi di Perugia (UPG), Italy * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/applications/common/color.c b/applications/common/color.c index bda1f685..21b02156 100644 --- a/applications/common/color.c +++ b/applications/common/color.c @@ -46,7 +46,7 @@ #endif /*-------------------------------------------------------- -Matrix für sYCC, Amendment 1 to IEC 61966-2-1 +Matrix for sYCC, Amendment 1 to IEC 61966-2-1 Y : 0.299 0.587 0.114 :R Cb: -0.1687 -0.3312 0.5 :G diff --git a/applications/jpip/libopenjpip/auxtrans_manager.h b/applications/jpip/libopenjpip/auxtrans_manager.h index dbf35d50..c80988a9 100644 --- a/applications/jpip/libopenjpip/auxtrans_manager.h +++ b/applications/jpip/libopenjpip/auxtrans_manager.h @@ -44,8 +44,8 @@ typedef struct auxtrans_param{ /** * Initialize auxiliary transport server of JPIP server * - * @param[in] tcp_auxport opening tcp auxiliary port ( 0 not to open, valid No. 49152–65535) - * @param[in] udp_auxport opening udp auxiliary port ( 0 not to open, valid No. 49152–65535) + * @param[in] tcp_auxport opening tcp auxiliary port ( 0 not to open, valid No. 49152-65535) + * @param[in] udp_auxport opening udp auxiliary port ( 0 not to open, valid No. 49152-65535) * @return intialized transport parameters */ auxtrans_param_t init_aux_transport( int tcp_auxport, int udp_auxport); diff --git a/applications/jpip/libopenjpip/openjpip.h b/applications/jpip/libopenjpip/openjpip.h index a00b8b0c..c08c3d86 100644 --- a/applications/jpip/libopenjpip/openjpip.h +++ b/applications/jpip/libopenjpip/openjpip.h @@ -85,8 +85,8 @@ typedef struct QR{ /** * Initialize the JPIP server * - * @param[in] tcp_auxport opening tcp auxiliary port ( 0 not to open, valid No. 49152–65535) - * @param[in] udp_auxport opening udp auxiliary port ( 0 not to open, valid No. 49152–65535) + * @param[in] tcp_auxport opening tcp auxiliary port ( 0 not to open, valid No. 49152-65535) + * @param[in] udp_auxport opening udp auxiliary port ( 0 not to open, valid No. 49152-65535) * @return intialized server record pointer */ server_record_t * init_JPIPserver( int tcp_auxport, int udp_auxport); @@ -169,7 +169,7 @@ typedef SOCKET client_t; /** * Initialize the image decoding server * - * @param[in] port opening tcp port (valid No. 49152–65535) + * @param[in] port opening tcp port (valid No. 49152-65535) * @return intialized decoding server record pointer */ dec_server_record_t * init_dec_server( int port); diff --git a/applications/mj2/frames_to_mj2.c b/applications/mj2/frames_to_mj2.c index 10cea009..dff34ab7 100644 --- a/applications/mj2/frames_to_mj2.c +++ b/applications/mj2/frames_to_mj2.c @@ -1,5 +1,5 @@ /* -* Copyright (c) 2003-2004, François-Olivier Devaux +* Copyright (c) 2003-2004, Francois-Olivier Devaux * Copyright (c) 2002-2004, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium * All rights reserved. * diff --git a/applications/mj2/mj2.h b/applications/mj2/mj2.h index 2e3d0b15..c0255707 100644 --- a/applications/mj2/mj2.h +++ b/applications/mj2/mj2.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2003-2004, François-Olivier Devaux +* Copyright (c) 2003-2004, Francois-Olivier Devaux * Copyright (c) 2003-2004, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium * All rights reserved. * diff --git a/applications/mj2/mj2_convert.h b/applications/mj2/mj2_convert.h index 19ba99f7..736ef80c 100644 --- a/applications/mj2/mj2_convert.h +++ b/applications/mj2/mj2_convert.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2003-2004, François-Olivier Devaux +* Copyright (c) 2003-2004, Francois-Olivier Devaux * Copyright (c) 2002-2004, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium * All rights reserved. * diff --git a/applications/mj2/mj2_to_frames.c b/applications/mj2/mj2_to_frames.c index 1f925cd3..32679198 100644 --- a/applications/mj2/mj2_to_frames.c +++ b/applications/mj2/mj2_to_frames.c @@ -1,5 +1,5 @@ /* -* Copyright (c) 2003-2004, François-Olivier Devaux +* Copyright (c) 2003-2004, Francois-Olivier Devaux * Copyright (c) 2002-2004, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium * All rights reserved. * diff --git a/libopenjpeg/jp2.c b/libopenjpeg/jp2.c index 59515872..1fc26e0e 100644 --- a/libopenjpeg/jp2.c +++ b/libopenjpeg/jp2.c @@ -1563,7 +1563,7 @@ void opj_jp2_setup_encoder( opj_jp2_v2_t *jp2, } if (jp2->meth == 1) { if (image->color_space == 1) - jp2->enumcs = 16; /* sRGB as defined by IEC 61966–2–1 */ + jp2->enumcs = 16; /* sRGB as defined by IEC 61966-2-1 */ else if (image->color_space == 2) jp2->enumcs = 17; /* greyscale */ else if (image->color_space == 3)