Hi all. I'm Italian and as you may know italian words have accented
characters (the most common is the italian equivalent for 'is' which
is è). Well I wrote all the comments in my php files in Italian and
when I generate the documentation via phpDocumentor everytime it
encounters an accented character it is not rendered as it should be.
I thought to substitute those characters with the corresponding html
entities (è for example) but they get escaped and displayed as
I wrote them.
What can I do? Is there any configuration file I have to change to get
it work?
Thank,
Angelo