Greek character issue - Uif-InputField only

3 views
Skip to first unread message

Dixit, Vivek

unread,
Sep 6, 2019, 3:00:03 PM9/6/19
to KualiOnPremTechGroup, kc.techni...@kuali.org
Hello,

We are experiencing an issue with Greek characters in Prop Dev only (e.g. Beta β
We had to change character validation pattern to UTF8 of course, replacing AnyCharacterValidationPattern. Greek characters work fine with Uif-DataField and "Uif-InputField with readOnly = true". But as soon as you click Edit button and the field changes to editable, Beta character changes to question mark character.

We have explored following settings so far without success. What else can we try? 

  <bean id="freemarkerConfig" class="org.kuali.rice.krad.uif.freemarker.RiceFreeMarkerConfigurer">
<prop key="default_encoding">UTF-8</prop>

----------------------------

<bean id="viewResolver" class="org.springframework.web.servlet.view.freemarker.FreeMarkerViewResolver">
<property name="contentType" value="text/html;charset=UTF-8"/>

------------------------------
<filter-class>org.apache.catalina.filters.AddDefaultCharsetFilter</filter-class>
            <param-name>encoding</param-name>
            <param-value>UTF-8</param-value>

-----------------------------
dataInputField.ftl
<#ftl encoding="utf-8">

Thanks!
Vivek Dixit
Reply all
Reply to author
Forward
0 new messages