diff mbox

Non-ASCII characters in the repo

Message ID 57349BD6.9080601@linaro.org
State New
Headers show

Commit Message

Zoltan Kiss May 12, 2016, 3:05 p.m. UTC
Hi,

I've came accross a lot in the doc folder, I don't know if we want to do anything about them, but here is an easy way to find them:

git grep --color='auto' -P -n "[\x80-\xFF]"

There is only one place outside docs:




Regards,

Zoltan

Comments

Bill Fischofer May 12, 2016, 4:22 p.m. UTC | #1
Good catch. The only legit ones are the tree diagrams. I'll post a patch to
fix the rest. A lot of it seems to have come from cut and paste resulting
in "smart quotes" being carried over.

On Thu, May 12, 2016 at 10:05 AM, Zoltan Kiss <zoltan.kiss@linaro.org>
wrote:

> Hi,

>

> I've came accross a lot in the doc folder, I don't know if we want to do

> anything about them, but here is an easy way to find them:

>

> git grep --color='auto' -P -n "[\x80-\xFF]"

>

> There is only one place outside docs:

>

> diff --git a/platform/linux-generic/include/odp_posix_extensions.h

> b/platform/linux-generic/include/odp_posix_extensions.h

> index 4b6e335..426c412 100644

> --- a/platform/linux-generic/include/odp_posix_extensions.h

> +++ b/platform/linux-generic/include/odp_posix_extensions.h

> @@ -17,7 +17,7 @@

>   * Enable POSIX and GNU extensions

>   *

>   * This macro defines:

> - *   o  _BSD_SOURCE, _SVID_SOURCE, _ATFILE_SOURCE, _LARGE‐FILE64_SOURCE,

> + *   o  _BSD_SOURCE, _SVID_SOURCE, _ATFILE_SOURCE, _LARGE-FILE64_SOURCE,

>   *      _ISOC99_SOURCE, _XOPEN_SOURCE_EXTENDED, _POSIX_SOURCE

>   *   o  _POSIX_C_SOURCE with the value:

>   *        * 200809L since  glibc v2.10 (== POSIX.1-2008 base

> specification)

>

>

>

> Regards,

>

> Zoltan

> _______________________________________________

> lng-odp mailing list

> lng-odp@lists.linaro.org

> https://lists.linaro.org/mailman/listinfo/lng-odp

>
diff mbox

Patch

diff --git a/platform/linux-generic/include/odp_posix_extensions.h b/platform/linux-generic/include/odp_posix_extensions.h
index 4b6e335..426c412 100644
--- a/platform/linux-generic/include/odp_posix_extensions.h
+++ b/platform/linux-generic/include/odp_posix_extensions.h
@@ -17,7 +17,7 @@ 
  * Enable POSIX and GNU extensions
  *
  * This macro defines:
- *   o  _BSD_SOURCE, _SVID_SOURCE, _ATFILE_SOURCE, _LARGE‐FILE64_SOURCE,
+ *   o  _BSD_SOURCE, _SVID_SOURCE, _ATFILE_SOURCE, _LARGE-FILE64_SOURCE,
  *      _ISOC99_SOURCE, _XOPEN_SOURCE_EXTENDED, _POSIX_SOURCE
  *   o  _POSIX_C_SOURCE with the value:
  *        * 200809L since  glibc v2.10 (== POSIX.1-2008 base specification)