PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3355 *** shadow/3355 Thu Aug 30 00:42:42 2001 --- shadow/3355.tmp.16105 Thu Aug 30 00:42:42 2001 *************** *** 0 **** --- 1,21 ---- + +============================================================================+ + | Velocity should use default encoding if not configured | + +----------------------------------------------------------------------------+ + | Bug #: 3355 Product: Velocity | + | Status: NEW Version: 1.1 | + | Resolution: Platform: Other | + | Severity: Normal OS/Version: Other | + | Priority: Other Component: Source | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + Property 'input.encoding', 'output.encoding' are now both set to ISO-8859-1. + This makes velocity use this encoding even on localized OSes (ie, Chinese + version of Windows, Unixes with LC_ALL or etc set to locales other than en). + This isn't the desired behavior. Using system property "file.encoding" will do + the right thing.
