--- trunk/all2xml.pl 2002/12/01 22:51:29 4 +++ trunk/all2xml.pl 2003/01/11 06:14:48 5 @@ -5,7 +5,7 @@ use Getopt::Std; use Data::Dumper; use XML::Simple; -use Text::Unaccent; +use Text::Unaccent 1.02; # 1.01 won't compile on my platform, require Unicode::Map8; my $config=XMLin(undef, forcearray => [ 'isis' ], forcecontent => 1);