Re: [xslt] xsltproc changes unicode to nonsense
- From: "Peter Jacobi" <pj walter-graphtek com>
- To: Paul Tremblay <phthenry earthlink net>, xslt gnome org
- Subject: Re: [xslt] xsltproc changes unicode to nonsense
- Date: Mon, 11 Nov 2002 10:12:36 +0100
Hi Paul,
I stumbled across this thread during my coffee break,
and can give a hint, which possibly resolves your problems
(as an alternative to the   solution).
> I thought I could pick any unicode character, and a browser would have
> to represent it. I understand that not all browsers can handle every
> single unicode character, but I thought that if a browser couldn't
> handle a character, it would output a "?".
The problem is to tell the browser, that the HTML document is
encoded in UTF-8, especially when opening documents
as files (in contrast to to HTTP):
This you can achieve by putting a meta tag in the header:
<meta http-equiv='Content-type' content='text/html; charset=UTF-8' />
Regards,
Peter Jacobi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]