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`
This commit is contained in:
@ -27,15 +27,15 @@
|
||||
|
||||
Author (name) I agree (YES/NO) Files/Features (optional)
|
||||
------------------------------------------------------------------------------
|
||||
Daniel Gl<EFBFBD>ckner NO arm-gen.c
|
||||
Daniel Gl<EFBFBD>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<EFBFBD>d<EFBFBD>ric F<EFBFBD>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<EFBFBD>hde (Timppa) ? tiny_libmaker.c
|
||||
Timo VJ Lähde (Timppa) ? tiny_libmaker.c
|
||||
TK ? tcccoff.c c67-gen.c
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user