DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34141>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=34141 Summary: getString() method in ImportSupport doesn't support UTF- 8 Product: Velocity Version: 1.5 Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: Tools AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] change: return bos.toString(DEFAULT_ENCODING); to: return bos.toString(this.getCharacterEncoding()); Simple as that :) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
