In Liferay Portal 6.2 i have created a portlet that has language.properties
file.
The portlet.xml
like this :
<resource-bundle>com.test.portlet.featuretest.content.Language</resource-bundle>
The language.properties
reads:
no-customer-were-found=no customer
first-name=FIRST NAME
last-name=\u0646\u0627\u0645 \u062E\u0627\u0646\u0648\u0627\u062F\u06AF\u06CC
In the view.jsp
there is somthing like this :
why utf characters not loaded. (??? ????????) but in the liferay 6.0.6 everything is true.
Any suggestions?