Chris Jölly wrote: > // Get the default input encoding > inputEncoding = configuration.getString( > TurbineConstants.PARAMETER_ENCODING_KEY, > TurbineConstants.PARAMETER_ENCODING_DEFAULT); > > there are 'strange' things happening. the line setting the inputEncoding is > never executed,
If that is the case, some things are severely wrong. What does your turbine.log tell you (maybe in debug mode)? We've got Turbine working with ISO-8859-1 encoding just fine. Bye, Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
