Hi! I have a problem with the velocity template encoding (I'm using turbine3.0dev, fulcrum3.0b1, stratum1.0b1, velocity1.3dev). I want to set up velocity for input.encoding=Cp1251, output.encoding=Cp1251. I have no problems with the TDK 2.1, the encoding settings work just fine. But with my current runtime environment I'm getting only ????? characters in the generated html. Here is an extract from my TurbineResources.properties:
... services.VelocityService.input.encoding=Cp1251 services.VelocityService.output.encoding=Cp1251 ... # ------------------------------------------------------------------- # # L O C A L I Z A T I O N S E R V I C E # # ------------------------------------------------------------------- services.LocalizationService.locale.default.bundle=MyBundle services.LocalizationService.locale.default.language=ru services.LocalizationService.locale.default.country=RU services.LocalizationService.locale.default.charset=windows-1251 Can anybody help me to solve this problem? With the best regards, Roman Ivanov
