in reply to Writing International Phonetic Alphabet symbols to Excel?

Try to open html file as follows:

open my $fh, "<:utf8", "html_file_name" or die $!;

Replies are listed 'Best First'.
Re^2: Writing International Phonetic Alphabet symbols to Excel?
by cypress (Beadle) on Sep 24, 2009 at 19:18 UTC
    I'd be (pleasantly) surprised if the problem was in reading the html rather than in writing to Excel. Let me give your suggestion a try....