If you're adding the raw text into ApplicationResources.properties and it needs native2ascii to process it, then that's the source of your problem. If you look in build.xml for "native2ascii", you should see that some ApplicationResources*.properties files are processed, and some are not (because they don't need it). I'd suggest creating a new ApplicationResources_<yourlocale>.properties file and adding it to build.xmlif you have a new language you want to display. Matt
On 7/11/07, Sanath Kodikara <[EMAIL PROTECTED]> wrote:
I am testing this on Appfuse 1.9.4(the stable relese and am using spring MVC) and i am concerned with the rendered text on the UI not able to properly display the added unicode characters in the property file. thanx .... Matt Raible wrote: What version of AppFuse are you using? Which web framework are you using? Are you only concerned with rendered text on the UI, or are you also having issues with data not being properly encoded? Matt On 7/10/07, Sanath <[EMAIL PROTECTED]> wrote: > > > Hi all, I am from Sri Lanka and these days am trying to configure > appfuse > (Localization to support sinhala language) . I used the sinhala unicode > font > and since utf-8 was used as the db encoding I was able to save the > sinhala > words in the db and was able to successfully retrieve it and display. > Then I > tried to put these unicode values in to ApplicationResources.propertiesfile > to enable the application to display local language labels and messages. > > Then I got few junk values displayed not the desired local language > test. I > have installed the unicode font correctly. When I removed the taglib > declaration <%@ include file="/common/taglibs.jsp"%> from the JSP file > (UserForm.jsp) I was able to view the local language text successfully. > Can > you please help me with this issue? is there a problem with taglib > rendering > and unicode fonts? pls help me on this issue. Thank you very much ..... > > -- > View this message in context: http://www.nabble.com/Localiza > tion-using-unicode-fonts--problem-font-not-displaying- > tf4060217s2369.html#a11535143 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] .java.net > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://raibledesigns.com -- Sanath Kodikara, Junior Software Engineer Mobile: +94 77 7034307 Mazarin (Pvt) Ltd 44, Guildford Crescent Colombo 7, Sri Lanka Internet: www.mazarin.lk E-mail: [EMAIL PROTECTED] Tel: +94 11 268 1107 Fax: +94 11 268 7689 This e-mail is confidential and may contain legally privileged information. It is intended only for the addressees. If you have received this e-mail in error, kindly notify us immediately by telephone or e-mail and delete the message from your system. E-mail is susceptible to data corruption, interception, unauthorised amendment, tampering and viruses, and we only send and receive e-mails on the basis that we are not liable for any such corruption, interception, amendment, tampering or viruses or any consequences thereof.
-- http://raibledesigns.com