0 Replies Latest reply on Jan 14, 2011 7:05 AM by ravinandan

    Unicode character in PDF generated by seam itext

    ravinandan

      Hello,
      I'm not able to display unicode character ⬍ in seam generated PDF.
      My code:



      <p:paragraph keepTogether="true">
      <p:font size="10" encoding="Identity-H" name="/resources/arialuni.ttf">&#11021;</p:font>
      </p:paragraph>




      I also tried using -Dfile.encoding with UTF8 when starting the jboss server.


      I checked around in the net and tried all suggested solutions but still not able to get this character printed.
      Can any one help in pointing me to right direction to get this issue resolved?