in reply to Re^6: Slovenian characters problem
in thread Slovenian characters problem
Since you are using Spreadsheet::WriteExcel and this is working okay on literal strings, you might want to try using Spreadsheet::ParseExcel to read your input Excel files (instead of Win32::OLE). I don't know how different the two approaches are, since I've never used the OLE module, but I've used ParseExcel, and it seems to work fine (on unix and linux, at least). I've had good experiences with it when the excel data included unicode characters, and maybe that's related to what is happening in your case, but I'm not sure.
Later I'll check the contents of @Test using Data::Dumper
That is certainly the next thing to try -- the sooner, the better. (BTW, I'm glad you're not doing anonymous posts anymore. Welcome to the Monastery!)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Slovenian characters problem
by JackVanRamars (Novice) on Aug 18, 2010 at 10:58 UTC | |
by JackVanRamars (Novice) on Aug 18, 2010 at 11:50 UTC |