Bug 468575 - Scrape some gunk off the config/ grout, r=ted
[wine-gecko.git] / intl / uconv / tools / adobe.pl
blob8c3f003b589e5ec317382c78f599db0ea70dafc1
1 #!/usr/local/bin/perl -w
2 while(<STDIN>)
4 if(/^#/)
6 print $_;
8 else
10 ($a, $b, $c,$d) = /^(....)(.)(..)(.*)$/;
11 print "0x" . $c . $b . "0x" . $a . $d . "\n";