Hello again,
although setting output encoding to utf-8 which is also the encoding of
my xdoc custom site documentation files, HTML output is garbled.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<configuration>
<outputEncoding>utf-8</outputEncoding>
</configuration>
</plugin>
The HTML generated treats utf-8 double-byte encoded characters as
single-byte, so a character like č is displayed as ÄŤ. It is not browser
related issue.
Is there a setting somewhere to tell the rendering engine what encoding
the input files are? IMO utf-8 should be the default.
Regards,
Borut
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]