#!/usr/bin/perl -w open(E, "ISOlat1.sgml") || die; while () { if (/^\s*/) { print " $1\t=> '", chr($2), "', # $3\n"; } else { print STDERR $_; } }