Modify

Opened 13 years ago

Closed 13 years ago

#8619 closed defect (fixed)

TRAC and diacritical marks (from Windows-1250 codepage in UTF8)

Reported by: charlie@… Owned by: Álvaro Iradier
Priority: high Component: TracWikiPrintPlugin
Severity: critical Keywords:
Cc: Trac Release: 0.11

Description

Hello,

we are trying to export pages in slovak language, with the characters ľščťžýáí ..etc. But for instance the character ľ is replaced by ?? ..

Do you have any idea how to solve it, pls?

KArol

Attachments (0)

Change History (1)

comment:1 Changed 13 years ago by charlie@…

Resolution: fixed
Status: newclosed

Found a solution :

  1. Apply the patch from incident #8470 (this is necessary to embed the font in to PDF)
  2. Save font DejaVuSans.ttf (or any other) to you root dir of the server (or elsewhere, but edit the links accordingly then)
  3. Add following code to the CSS :
@font-face {
    font-family: "DejaVu";
    src: url("/DejaVuSans.ttf");
   }
  1. Change the font-family to DejaVu in the CSS
  2. Verify, that the plugin can authenticate (see the logfile..)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Álvaro Iradier.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.