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` --- RELICENSING | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'RELICENSING') diff --git a/RELICENSING b/RELICENSING index 9fa06df..372adfa 100644 --- a/RELICENSING +++ b/RELICENSING @@ -27,15 +27,15 @@ Author (name) I agree (YES/NO) Files/Features (optional) ------------------------------------------------------------------------------ - Daniel Glöckner NO arm-gen.c - Daniel Glöckner YES not arm-gen.c + Daniel Glöckner NO arm-gen.c + Daniel Glöckner YES not arm-gen.c Edmund Grimley Evans YES arm64 Fabrice Bellard YES original author - Frédéric Féret YES x86 64/16 bit asm + Frédéric Féret YES x86 64/16 bit asm grischka YES tccpe.c Shinichiro Hamaji YES x86_64-gen.c Thomas Preud'homme YES arm-gen.c - Timo VJ Lähde (Timppa) ? tiny_libmaker.c + Timo VJ Lähde (Timppa) ? tiny_libmaker.c TK ? tcccoff.c c67-gen.c -- cgit v1.3.1