diff options
| author | Edmund Grimley Evans <Edmund.Grimley.Evans@gmail.com> | 2015-03-08 22:07:50 +0000 |
|---|---|---|
| committer | Edmund Grimley Evans <Edmund.Grimley.Evans@gmail.com> | 2015-03-11 07:30:03 +0000 |
| commit | aa812e87455271d2b73e7f41832aee496fe81ee0 (patch) | |
| tree | 2ebe2b2e98cadcd68b604c0b08237dc0eed7cc62 /RELICENSING | |
| parent | 5de8b5638f3d0bca6723d5d63d9e22a7f04fff6c (diff) | |
| download | tinycc-aa812e87455271d2b73e7f41832aee496fe81ee0.tar.gz tinycc-aa812e87455271d2b73e7f41832aee496fe81ee0.tar.bz2 | |
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`
Diffstat (limited to 'RELICENSING')
| -rw-r--r-- | RELICENSING | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
