Re: [xslt] Kannada fonts garbled in xsltproc
- From: "Peter Jacobi" <pj walter-graphtek com>
- To: The Gnome XSLT library mailing-list <xslt gnome org>
- Subject: Re: [xslt] Kannada fonts garbled in xsltproc
- Date: Thu, 17 Jun 2004 19:00:45 +0200
Hi Manoj,
> <?xml version="1.0" encoding="iso-8859-1"?>
> <test>±Ü¨ÜÊÜáãÆ : Çæp? ×ÊÜå? væç !</test>
You are doing a bad (TM) thing here:
Using a masquerading font!
I.e. your characters are in the Unicode range for Latin-Supplement
(U+00A0..U+00FF), but they are displayed as Kannada, because
of a font which displays Kannada characters for this range.
You should first check, whether this is really your only option.
If this is so, specify ISO 8859-1 as output encoding, so that the
characters are unchanged.
But then research better solutions.
Regards,
Peter Jacobi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]