I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time
for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or
on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news,
I hope these links will serve you well.
Posted on 2005-05-20 08:38:24-07
by esertein response to 479
Re: unicode in merge_range()
From looking at the .../Worksheet.pm source, the logic in write_string() seems to be right. If it's an utf-8 string, then fallback to write_unicode_le(). Can you post a small working example which exhibits the problem?