Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.0
-
Fix Version/s: EE-4.1.0.GA, 4.2.BETA, 4.2
-
Component/s: Sample Apps
-
Labels:None
-
Environment:ICEfaces 4 trunk r48859, Tomcat 8, all browsers.
Description
showcase > ace:simpleSelectOneMenu:
All demos: unicode french characters don't render properly (Quebec -> Trois-Rivières).
Not an issue with QA test app or with EE-3.3.0 maintenance branch showcase.
This same issue occurred in ICE-10005.
All demos: unicode french characters don't render properly (Quebec -> Trois-Rivières).
Not an issue with QA test app or with EE-3.3.0 maintenance branch showcase.
This same issue occurred in ICE-10005.
Looks like these strings are hardcoded in the Java src code for the SimpleSelectOneMenuBean.java class, e.g. " quebecCities.add(new SelectItem("Trois Rivi?res"));'.
These will need to use the proper unicode esc sequences instead.