in reply to Re^4: HTML::Parser, file, print to Terminal
in thread HTML::Parser, file, print to Terminal
The snippet you show is encoded in UTF-8.
Next step: determine the encoding of the file in which umlauts display correctly on your terminal.
Or even better: configure a clean UTF-8 enivronment.
I suppose the confusion lies in => if I create the file, I get my Latin-1. If I didn't create the file, there is only ASCII.
I'm confused indeed. If you don't create a file, it doesn't exist, neither with ASCII nor with UTF-8.
Speaking of confusion, I think you try to achieve too much in one step. For example the title of your question metions HTML::Parser, which doesn't appear in the posting at all.
So, small steps:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: HTML::Parser, file, print to Terminal
by victor_charlie (Novice) on Jul 13, 2010 at 19:37 UTC |