From patchwork Fri Dec 2 19:30:43 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 128951 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id F08ADB6F18 for ; Sat, 3 Dec 2011 06:56:52 +1100 (EST) Received: from localhost ([::1]:40245 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWZE0-0002Vm-Ih for incoming@patchwork.ozlabs.org; Fri, 02 Dec 2011 14:56:48 -0500 Received: from eggs.gnu.org ([140.186.70.92]:49824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWZDr-0002Ld-2J for qemu-devel@nongnu.org; Fri, 02 Dec 2011 14:56:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RWZDp-0003Ff-TX for qemu-devel@nongnu.org; Fri, 02 Dec 2011 14:56:39 -0500 Received: from mnementh.archaic.org.uk ([81.2.115.146]:51789) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWZDp-0003FQ-M2 for qemu-devel@nongnu.org; Fri, 02 Dec 2011 14:56:37 -0500 Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.72) (envelope-from ) id 1RWYon-0004a9-1F; Fri, 02 Dec 2011 19:30:45 +0000 From: Peter Maydell To: qemu-devel@nongnu.org Date: Fri, 2 Dec 2011 19:30:43 +0000 Message-Id: <1322854245-17590-1-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 1.7.2.5 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 81.2.115.146 Cc: Stefan Weil , Riku Voipio , =?UTF-8?q?Lo=C3=AFc=20Minier?= , patches@linaro.org Subject: [Qemu-devel] [PATCH 0/2] linux-user: Fix non-UTF-8 characters X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org These two patches fix some non-UTF-8 characters in linux-user/ source files. Other than the five files Stefan Weil recently sent a patch to fix, these are the only remaining non-UTF-8 characters in the source tree. Since I don't entirely trust the email path for sending patches to files where the diffs include non-UTF-8, I've also put the changes up in a git repo, so you may prefer to pull from there: The following changes since commit 1c8a881daaca6fe0646a425b0970fb3ad25f6732: Update version for 1.0 release (2011-12-01 14:04:21 -0600) are available in the git repository at: git://git.linaro.org/people/pmaydell/qemu-arm.git non-utf-fixes Peter Maydell (2): linux-user/cpu-uname.c: Convert to UTF-8 linux-user/arm/nwfpe/fpopcode.h: Fix non-UTF-8 characters linux-user/arm/nwfpe/fpopcode.h | 34 +++++++++++++++++----------------- linux-user/cpu-uname.c | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) Reviewed-by: Stefan Weil