hi You should set character encoding in input and output stream for rtf template and output file.
srht wrote: > > hi > i use velocity engine with rtf template in my java application. > but it cant write turkish characters truly in rtf file. i try set > velocity engine encoding below. > Properties p = new Properties(); > > p.setProperty( VelocityEngine.INPUT_ENCODING, "Windows-1254"); > p.setProperty( VelocityEngine.OUTPUT_ENCODING, > "Windows-1254"); > p.setProperty(VelocityEngine.ENCODING_DEFAULT, > "Windows-1254"); > and > p.setProperty( VelocityEngine.INPUT_ENCODING, "ISO-8859-9"); > p.setProperty( VelocityEngine.OUTPUT_ENCODING, "ISO-8859-9"); > p.setProperty(VelocityEngine.ENCODING_DEFAULT, "ISO-8859-9"); > velocityEngine.init(p); > > but it cant work. what else can i do? > thnks for help... > > > -- View this message in context: http://www.nabble.com/turkish-encoding-problem-tf4334216.html#a13000881 Sent from the Velocity - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
