What steps are necessary to use UTF-8 character encoding (charset) for the Html Pages (JSP)? This is useful to support more special characters and be more compatible with the Html Dialog (JSF) which is per default UTF-8 encoded. asked 13.12.2013 at 09:54 Christian St... ♦ Reguel Werme... ♦♦ |
This answer is only working with Xpert.ivy 5.0 and higher. Add the following code (filter which sets the caracter endocing to UTF-8) to your web.xml under webapps/ivy/WEB-INF (Designer and Server):
Add to all your jsp layouts/templates (under /Layouts/ in the cms) or to jsp pages in the webcontent the following code to the first line:
Also change the meta-inf html header to the right encoding:
Warning: There is an issue #24706 with file upload (multipart form-data). This does only work for special characters (e.g. umlauts) from Xpert.ivy version 5.0.8 and higher answered 13.12.2013 at 09:57 Christian St... ♦ Reguel Werme... ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 13.12.2013 at 09:54
Seen: 6,721 times
Last updated: 22.11.2016 at 13:56