Menu

#1565 [SVN1482] PDF Reports - Geresh/Gershayim Issue

v4.0.2
closed
nobody
None
3
2009-07-13
2007-08-22
KosherJava
No

Hebrew dates use the unicode geresh and gershayim. These chars do not display with the new PDF framework. If they can't be set to work, a workaround would be to conbert the geresh to a single quote, and a gershayim to a double quote for PDF only. Things work as well for the html reports.

$gershayim = chr(0xD7).chr(0xB4);
$gersh = chr(0xD7).chr(0xB3);

Discussion

  • Greg Roach

    Greg Roach - 2008-11-17
    • milestone: --> v4.0.2
     
  • Greg Roach

    Greg Roach - 2009-07-13

    Has the recent rewrite of the report engine fixed this?

    I know that it was changed to use different fonts that have better unicode coverage.

     
  • Greg Roach

    Greg Roach - 2009-07-13
    • status: open --> pending
     
  • KosherJava

    KosherJava - 2009-07-13
    • status: pending --> closed
     
  • KosherJava

    KosherJava - 2009-07-13

    While there is a reversal issue for Hebrew dates, this specific issue is no longer an issue

     

Log in to post a comment.