mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-22 11:23:27 +08:00
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`
53 KiB
53 KiB