in reply to Re^5: Strange behaviour ODBC/Unicode in perl
in thread Strange behaviour ODBC/Unicode in perl
That stopped the strange behaviour. I think the "îâ" being displayed was rather the exception then the right thing. And it was the virgility of the Paletino Font to interpret the Wide Character, that was in the HTML-text, and not its restriction on not print î. On close watch I had gotten a Wide Character-warning as well....binmode(STDOUT, ':encoding(utf8)');
rather thanîă î
The "îă" in the latter case `looked` right, but realy wasn't.... Thanks again for helping me sort this out .îă î
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Strange behaviour ODBC/Unicode in perl
by ikegami (Patriarch) on Feb 05, 2008 at 08:44 UTC |