This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit 2c0c02fe789eb50845ab8ee7890b204a2bf2a0f0 Author: Fotis Panagiotopoulos <f.pa...@amco.gr> AuthorDate: Tue Sep 27 17:37:35 2022 +0300 Fixed non-UTF8 characters. --- include/graphics/tiff.h | 4 ++-- netutils/thttpd/cgi-src/phf.c | 2 +- netutils/thttpd/cgi-src/redirect.c | 2 +- netutils/thttpd/tdate_parse.c | 2 +- netutils/thttpd/thttpd_cgi.c | 2 +- netutils/thttpd/thttpd_strings.c | 2 +- netutils/thttpd/timers.c | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/include/graphics/tiff.h b/include/graphics/tiff.h index d233c511e..eec234644 100644 --- a/include/graphics/tiff.h +++ b/include/graphics/tiff.h @@ -56,7 +56,7 @@ * integer */ #define IFD_FIELD_SLONG 9 /* A 32-bit (4-byte) signed (twos-complement) * integer */ -#define IFD_FIELD_SRATIONAL 10 /* Two SLONG�s: the first represents the +#define IFD_FIELD_SRATIONAL 10 /* Two SLONG's: the first represents the * numerator of a fraction, the second the * denominator */ #define IFD_FIELD_FLOAT 11 /* Single precision (4-byte) IEEE format */ @@ -183,7 +183,7 @@ # define TAG_EXTSAMP_UNASSALPHA 2 /* Unassociated alpha data */ #define IFD_TAG_SAMPLEFORMAT 339 /* SampleFormat, SHORT */ # define TAG_SAMPLEFMT_UNSIGED 1 /* Unsigned integer data */ -# define TAG_SAMPLEFMT_SIGNED 2 /* Two�s complement signed integer data */ +# define TAG_SAMPLEFMT_SIGNED 2 /* Two's complement signed integer data */ # define TAG_SAMPLEFMT_FLOAT 3 /* IEEE floating point data */ # define TAG_SAMPLEFMT_UNDEFINED 4 /* Undefined data format */ #define IFD_TAG_SMINSAMPLEVALUE 340 /* SMinSampleValue, type matches sample data */ diff --git a/netutils/thttpd/cgi-src/phf.c b/netutils/thttpd/cgi-src/phf.c index c07259be9..bd22845b2 100644 --- a/netutils/thttpd/cgi-src/phf.c +++ b/netutils/thttpd/cgi-src/phf.c @@ -7,7 +7,7 @@ * * Derived from the file of the same name in the original THTTPD package: * - * Copyright � 1996 by Jef Poskanzer <j...@mail.acme.com>. + * Copyright © 1996 by Jef Poskanzer <j...@mail.acme.com>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/netutils/thttpd/cgi-src/redirect.c b/netutils/thttpd/cgi-src/redirect.c index 238163d2a..3c9bd6bf4 100644 --- a/netutils/thttpd/cgi-src/redirect.c +++ b/netutils/thttpd/cgi-src/redirect.c @@ -7,7 +7,7 @@ * * Derived from the file of the same name in the original THTTPD package: * - * Copyright � 1995 by Jef Poskanzer <j...@mail.acme.com>. + * Copyright © 1995 by Jef Poskanzer <j...@mail.acme.com>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/netutils/thttpd/tdate_parse.c b/netutils/thttpd/tdate_parse.c index 474ce1711..a29246185 100644 --- a/netutils/thttpd/tdate_parse.c +++ b/netutils/thttpd/tdate_parse.c @@ -7,7 +7,7 @@ * * Derived from the file of the same name in the original THTTPD package: * - * Copyright � 1995 by Jef Poskanzer <j...@mail.acme.com>. + * Copyright © 1995 by Jef Poskanzer <j...@mail.acme.com>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/netutils/thttpd/thttpd_cgi.c b/netutils/thttpd/thttpd_cgi.c index 5f3ba1a54..aa0d77d19 100644 --- a/netutils/thttpd/thttpd_cgi.c +++ b/netutils/thttpd/thttpd_cgi.c @@ -7,7 +7,7 @@ * * Derived from the file libhttpd.c in the original THTTPD package: * - * Copyright � 1995,1998,1999,2000,2001 by + * Copyright © 1995,1998,1999,2000,2001 by * Jef Poskanzer <j...@mail.acme.com>. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/netutils/thttpd/thttpd_strings.c b/netutils/thttpd/thttpd_strings.c index 85767c83b..fc48d18a6 100644 --- a/netutils/thttpd/thttpd_strings.c +++ b/netutils/thttpd/thttpd_strings.c @@ -7,7 +7,7 @@ * * Derived from the file of the same name in the original THTTPD package: * - * Copyright � 1995,1998,1999,2000,2001 by Jef Poskanzer <j...@mail.acme.com>. + * Copyright © 1995,1998,1999,2000,2001 by Jef Poskanzer <j...@mail.acme.com>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/netutils/thttpd/timers.c b/netutils/thttpd/timers.c index 7373f84c9..46b250a6b 100644 --- a/netutils/thttpd/timers.c +++ b/netutils/thttpd/timers.c @@ -7,7 +7,7 @@ * * Derived from the file of the same name in the original THTTPD package: * - * Copyright � 1995,1998,2000 by Jef Poskanzer <j...@mail.acme.com>. + * Copyright © 1995,1998,2000 by Jef Poskanzer <j...@mail.acme.com>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without