Spreadsheet-WriteExcel - Re: unicode in merge_range()

Posted on Fri May 20 15:08:23 2005 by kedlubnowski in response to 481 (See the whole thread of 4)
Re: unicode in merge_range()
Sorry, my fault. I was in a hurry and didn't pay much attention to that utf16 and ut8 differencies. The input was in iso8859-2, so I converted it with Unicode::Map and use write_unicode.
Using Encode::decode and write() works fine.

Thanks for replies.
Write a response