Modify

Opened 13 years ago

Closed 12 years ago

Last modified 11 years ago

#9054 closed defect (fixed)

phpDocumentor files generated with utf8 are not displayed correctly

Reported by: pkloud@… Owned by: Robert Verspuy
Priority: high Component: PhpdocPlugin
Severity: normal Keywords: charset encoding utf8
Cc: Trac Release: 0.12

Description

Used utf8 characters with diacritics in source files for documentation.

When phpDocumentor files are opened in browser directly everything shows correct after adding <meta http-equiv='Content-Type' content='text/html; charset=utf-8'/>

When accessed with Trac/PhpdocPlugin, they are not correctly interpreted and show as ... see attachment

Trac is set for utf8 as default-charset.

Attachments (1)

phpdoc-trac-encoding.jpg (19.4 KB) - added by anonymous 13 years ago.

Download all attachments as: .zip

Change History (2)

Changed 13 years ago by anonymous

Attachment: phpdoc-trac-encoding.jpg added

comment:1 Changed 12 years ago by pkloud@…

Resolution: fixed
Status: newclosed

Solved by setting parametr "encoding" in trac.ini

[phpdoc] path = ... encoding = utf-8

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Robert Verspuy.
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.