summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2018-02-24 17:04:05 +0100
committerStefan Weil <sw@weilnetz.de>2018-02-24 19:54:20 +0100
commitfc1fc6bd406ef2797017eb3ab5048bed497886b7 (patch)
treeb1666f5a2c580d47b68bc9582dbef64130d8d6dd /utils
parent41a3989b52d468c648f1a2de97bfa77ae472c9dc (diff)
downloadlcms2-fc1fc6bd406ef2797017eb3ab5048bed497886b7.tar.gz
Replace non-ASCII characters
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'utils')
-rw-r--r--utils/jpgicc/jpgicc.c6
-rw-r--r--utils/samples/itufax.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/utils/jpgicc/jpgicc.c b/utils/jpgicc/jpgicc.c
index e6311f2..93ac7f5 100644
--- a/utils/jpgicc/jpgicc.c
+++ b/utils/jpgicc/jpgicc.c
@@ -105,7 +105,7 @@ in the case of future revision (for example, 1994).
Spatial Resolution: (Two octets) Lightness pixel density in pels/25.4 mm. The basic value is 200. Allowed values are
100, 200, 300, 400, 600 and 1200 pels/25.4 mm, with square (or equivalent) pels.
-NOTE – The functional equivalence of inch-based and mm-based resolutions is maintained. For example, the 200 × 200
+NOTE - The functional equivalence of inch-based and mm-based resolutions is maintained. For example, the 200 x 200
*/
static
@@ -142,8 +142,8 @@ void SetITUFax(j_compress_ptr cinfo)
// the default range for ITU/T.42 -- See RFC 2301, section 6.2.3 for details
// L* = [0, 100]
-// a* = [–85, 85]
-// b* = [–75, 125]
+// a* = [-85, 85]
+// b* = [-75, 125]
// These functions does convert the encoding of ITUFAX to floating point
diff --git a/utils/samples/itufax.c b/utils/samples/itufax.c
index 79c7c44..72651c8 100644
--- a/utils/samples/itufax.c
+++ b/utils/samples/itufax.c
@@ -29,9 +29,9 @@
// the default range for ITU/T.42 -- See RFC 2301, section 6.2.3 for details
-// L* = [0, 100]
-// a* = [–85, 85]
-// b* = [–75, 125]
+// L* = [0, 100]
+// a* = [-85, 85]
+// b* = [-75, 125]
// These functions does convert the encoding of ITUFAX to floating point