From aa812e87455271d2b73e7f41832aee496fe81ee0 Mon Sep 17 00:00:00 2001 From: Edmund Grimley Evans Date: Sun, 8 Mar 2015 22:07:50 +0000 Subject: Convert some lines from ISO-8859-1 to UTF-8. perl -i -pe 'use Text::Iconv; $c1 = Text::Iconv->new("utf-8", "utf-8"); $c2 = Text::Iconv->new("iso-8859-1", "utf-8"); if (!$c1->convert($_)) { $_ = $c2->convert($_); }' \ `find * -type f` --- i386-asm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i386-asm.c') diff --git a/i386-asm.c b/i386-asm.c index a524658..840a971 100644 --- a/i386-asm.c +++ b/i386-asm.c @@ -2,7 +2,7 @@ * i386 specific functions for TCC assembler * * Copyright (c) 2001, 2002 Fabrice Bellard - * Copyright (c) 2009 Frédéric Feret (x86_64 support) + * Copyright (c) 2009 Frédéric Feret (x86_64 support) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public -- cgit v1.3.1