<?xml version="1.0" encoding="UTF-8"?>
<!--
     File
  xhtml1-specialmap.xsl produced by the XSL script charmap.xsl
     from input data in unicode.xml.

     Please report any errors to David Carlisle
     via the public W3C list www-math@w3.org.

     The numeric character values assigned to each entity
     (should) match the Unicode assignments in Unicode 4.0.
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
   <xsl:character-map name="xhtml1-special">
      <xsl:output-character character="„" string="&amp;bdquo;"/>
      <xsl:output-character character="ˆ" string="&amp;circ;"/>
      <xsl:output-character character="†" string="&amp;dagger;"/>
      <xsl:output-character character="‡" string="&amp;Dagger;"/>
      <xsl:output-character character=" " string="&amp;emsp;"/>
      <xsl:output-character character=" " string="&amp;ensp;"/>
      <xsl:output-character character="€" string="&amp;euro;"/>
<!--U0003E gt-->
      <xsl:output-character character="“" string="&amp;ldquo;"/>
      <xsl:output-character character="‎" string="&amp;lrm;"/>
      <xsl:output-character character="‹" string="&amp;lsaquo;"/>
      <xsl:output-character character="‘" string="&amp;lsquo;"/>
<!--U0003C lt-->
      <xsl:output-character character="—" string="&amp;mdash;"/>
      <xsl:output-character character="–" string="&amp;ndash;"/>
      <xsl:output-character character="œ" string="&amp;oelig;"/>
      <xsl:output-character character="Œ" string="&amp;OElig;"/>
      <xsl:output-character character="‰" string="&amp;permil;"/>
<!--U00022 quot-->
      <xsl:output-character character="”" string="&amp;rdquo;"/>
      <xsl:output-character character="‏" string="&amp;rlm;"/>
      <xsl:output-character character="›" string="&amp;rsaquo;"/>
      <xsl:output-character character="’" string="&amp;rsquo;"/>
      <xsl:output-character character="‚" string="&amp;sbquo;"/>
      <xsl:output-character character="š" string="&amp;scaron;"/>
      <xsl:output-character character="Š" string="&amp;Scaron;"/>
      <xsl:output-character character=" " string="&amp;thinsp;"/>
      <xsl:output-character character="˜" string="&amp;tilde;"/>
      <xsl:output-character character="Ÿ" string="&amp;Yuml;"/>
      <xsl:output-character character="‍" string="&amp;zwj;"/>
      <xsl:output-character character="‌" string="&amp;zwnj;"/>
   </xsl:character-map>
</xsl:stylesheet>