From patchwork Thu May 12 15:05:58 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Zoltan Kiss X-Patchwork-Id: 67681 Delivered-To: patch@linaro.org Received: by 10.140.92.199 with SMTP id b65csp804981qge; Thu, 12 May 2016 08:06:10 -0700 (PDT) X-Received: by 10.140.98.175 with SMTP id o44mr10302546qge.46.1463065570220; Thu, 12 May 2016 08:06:10 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id 76si8824643qgp.119.2016.05.12.08.06.09; Thu, 12 May 2016 08:06:10 -0700 (PDT) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id CE5F46162C; Thu, 12 May 2016 15:06:09 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id E1C78615CF; Thu, 12 May 2016 15:06:05 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id CEE4D615E3; Thu, 12 May 2016 15:06:00 +0000 (UTC) Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by lists.linaro.org (Postfix) with ESMTPS id 059186156A for ; Thu, 12 May 2016 15:06:00 +0000 (UTC) Received: by mail-wm0-f51.google.com with SMTP id n129so263419931wmn.1 for ; Thu, 12 May 2016 08:05:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=6ikCdae81y0SEZ3FgAgSUCrTFs72vF7JVC2IcgAseDU=; b=c3rZCxzwT/5vPkf7RUajWaGyNHKsu2OzMqgbZtU6aEod45CV2PMX7QSeEfkyDTWYmz NyYU2nE9qBe2yF8WCLjSNfSdi3JESSLqFCQWplb6K5mwGWRPkU8f5/5KQacnU7cZRZhq 56uPgzTbN+CvlVfz7FpsCX11Xeor9OQxzvbG3XA5QBdloBF1y87wFfGnKA09hdspxxZb mrTbYRrihW9lTs7MbKKwNd0PPK0uf5ntP+unQ21wRPtDTQjZDov+Bz+jV1det764R2I/ Q8o/cV++XJkqmjhRtoQUPCZHUtTnAM5gMUXt7bRxrerhVUrc1fb1Hk8Ix67dJWjiUv5G N+cQ== X-Gm-Message-State: AOPr4FXgoa9mLRPZQm5GmC9BSi52ZgE9wMMJRAeOsPzoXrzJKUPPkV01k28zSUuuaRjhAoA+odI= X-Received: by 10.28.35.201 with SMTP id j192mr6619617wmj.18.1463065559068; Thu, 12 May 2016 08:05:59 -0700 (PDT) Received: from [172.18.45.108] ([195.11.233.227]) by smtp.googlemail.com with ESMTPSA id w82sm14293027wmw.5.2016.05.12.08.05.57 for (version=TLSv1/SSLv3 cipher=OTHER); Thu, 12 May 2016 08:05:58 -0700 (PDT) To: lng-odp From: Zoltan Kiss Message-ID: <57349BD6.9080601@linaro.org> Date: Thu, 12 May 2016 16:05:58 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 Subject: [lng-odp] Non-ASCII characters in the repo X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" 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 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)