If you are having problems with displaying accent marks in any ENOVIA product, add the following to the web.xml.part file in the properties section: <context-param id="ContextParam_#">
<param-name>com.matrixone.servlet.MimeType1</param-name>
<param-value>txt,text/plain; charset=UTF-8</param-value>
</context-param>
| |||||||||||