Indrajit, Thanks for the advise. I already tried that, but not worked on *.html templates. Exception occurs at runtime, not at build. > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Regards, Pomu TAKEUCHI 2010/2/4 Indrajit Raychaudhuri <[email protected]>: > Takeuchi-san, > > Can you please set project.build.sourceEncoding=UTF-8 in your pom.xml and > check if it works? > > You can set project.build.sourceEncoding in pom.xml the following way: > > <properties> > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > ... > ... > </properties> > > Cheers, Indrajit -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
