This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [docbook-apps] Problems with unicode character encoding output


Rene Hache wrote:

<xsl:param name="saxon.character.representation">native;decimal</xsl:param>
<xsl:output encoding="UTF-8" indent="no" method="html"/>
<xsl:param name="chunker.output.encoding">UTF-8</xsl:param>

Using native with UTF-8 means that you will get raw characters in output not character references.


- I cannot get the <meta content="text/html; charset=UTF-8"
http-equiv="Content-Type"> tag to output in my HTML.

Do you use HTML or XHTML stylesheets? HTML stylesheets should output proper meta tag.


- When I choose the UTF-8 encoding in my IE 6 browser it works fine, but it
doesn't stick (meaning I have to change the encoding everytime I refresh or
visit a new page.). I am assuming that this happen because I can get my meta
tag inserted.
-My HTML has tons of the letter "Ãâ" everywhere. I would like them to go away.
:) One place where they are always located is between section numbers and
titles, if this makes any sense

I think that these issues will be solved if you can get proper encoding flag in meta tag.


--
------------------------------------------------------------------
  Jirka Kosek     e-mail: jirka@kosek.cz     http://www.kosek.cz
------------------------------------------------------------------
  ProfesionÃlnà Åkolenà a poradenstvà v oblasti technologià XML.
     PodÃvejte se na nÃÅ novÄ spuÅtÄnà web http://DocBook.cz
------------------------------------------------------------------

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]