[ https://jira.codehaus.org/browse/JXR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tweea Tang updated JXR-126: --------------------------- Attachment: DirectoryIndexer.java.patch A patch for this issue. > File write using platform default encoding > ------------------------------------------ > > Key: JXR-126 > URL: https://jira.codehaus.org/browse/JXR-126 > Project: Maven JXR > Issue Type: Bug > Components: jxr > Reporter: Tweea Tang > Priority: Minor > Attachments: DirectoryIndexer.java.patch > > > DirectoryIndexer.doVelocity() method use a FileWriter to write file. The > FileWriter using the platform default character encoding. It's better to > construct an OutputStreamWriter on a FileOutputStream and takes > outputEncoding as parameter. -- This message was sent by Atlassian JIRA (v6.1.6#6162)