12-10-2010 03:40 AM
12-10-2010 03:46 AM
Hi guys,How are you attempting to "view" the file.
The message does not show up correctly after being transformed to .eml
12-10-2010 03:55 AM
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<!– Characterset decoder –>
<!– Changing default character set to ISO-8859-1 instead of UTF-8 –>
<bean id="charset.finder" class="org.alfresco.repo.content.encoding.ContentCharsetFinder">
<property name="defaultCharset">
<value>ISO-8859-1</value>
</property>
<property name="mimetypeService">
<ref bean="mimetypeService"/>
</property>
<property name="charactersetFinders">
<list>
<bean class="org.alfresco.encoding.GuessEncodingCharsetFinder" />
</list>
</property>
</bean>
</beans>
Change ISO-8859-1 to something else if you prefer.12-10-2010 04:00 AM
12-10-2010 04:05 AM
Hi,
This may be due to the fact that determining the true character encoding is not as easy as one would expect. There is a setting in Alfresco for the default character set to use if Alfresco is unable to find out the correct one. You can try to override this by creating a file in tomcat/shared/classes/alfresco/extension. Name it something like default-encoding-context.xml and put this into it
12-10-2010 04:34 AM
12-14-2010 07:23 AM
12-14-2010 10:31 AM
02-11-2011 09:42 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.