0 Replies Latest reply on Nov 21, 2008 10:16 AM by chameleon

    Encoding iso-8859-2 and utf-8 don't work in pdf

    chameleon

      Hi,
      i have a problem with encoding utf-8 or iso-8859-2(dont display polish chars) using html tag table
      here is my code



      <p:font size="12" encoding="iso-8859-2" family="Times-Roman">
      <p:html >
      <table >
      <tr >
      <td >HERE POLSISH CHARS</td>
      </tr>
      </table>
      </p:html>
      </p:font>





      when im using polish chars outside the table tag everything is OK, i think is a bug
      thx Marcin