Think about Loose Coupling | |
PerlMonks |
Re: High bit character encoding in HTMLby crenz (Priest) |
on Apr 21, 2003 at 09:00 UTC ( [id://251963]=note: print w/replies, xml ) | Need Help?? |
I had the same problem with German and Chinese pages. I just keep the original input and instead add an appropriate charset header in the HTML head. For the German pages, I use:
For the Chinese pages, I use utf8. I believe all the characters used in Dutch should be in iso-8859-1, so you could just use that one.
In Section
Seekers of Perl Wisdom
|
|