<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic character encoding problem with processTemplate? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/character-encoding-problem-with-processtemplate/m-p/124702#M87753</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All, I am getting very productive with the webscripts environment. It's great. But i ran into an urgent and puzzing character encoding issue. Any suggestions greatly appreciated- thanks in advance. We have lots of foreign names in this application, so it's important to be able to support accented characters at least, and preferably in utf-8 unicode. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So i've been writing all my html forms in dreamweaver doctype xhtml, and &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;The html forms have this type and charset specified also:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;form action="${url.serviceContext}/apply/postdoc08/edit?guest=true" &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;method="post"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;enctype="multipart/form-data"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;charset="utf-8"&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;I have a freemarker template applicant.xml.ftl that starts off &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;So everything should be utf8 right? Indeed if i edit my source xml document with extended characters,&amp;nbsp; and save as UTF8 in TextEdit or Oxygen.app, then all my html pages render the text just fine. Those freemarker templates are xhtml, utf-8, and are loading the xml file thusly:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;#assign dom=document.xmlNodeModel&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;So that all works, but the problems arises when submitting the html form. The POST is received by a .js file, which applies the template and saves the result out to the repository. Here is where i think the character encoding is getting lost:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;var tScriptSpace = companyhome.childByNamePath( gPathToScriptSpace&amp;nbsp; );&lt;BR /&gt;var tXMLTemplateNode = tScriptSpace.childByNamePath( gXMLTemplate );&lt;BR /&gt;var tArgs = formFieldsToArgsArray();&lt;BR /&gt;var tNewApplicantXMLStr = tApplicantXMLNode.processTemplate( tXMLTemplateNode, tArgs);&lt;BR /&gt;tApplicantXMLNode.content = tNewApplicantXMLStr;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;My best guess is the call to processTemplate() is returning the wrong character encoding somehow? Not sure. Where have I gone wrong or is it a problem with processTemplate or something i have overlooked?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Oct 2007 15:38:52 GMT</pubDate>
    <dc:creator>alrice</dc:creator>
    <dc:date>2007-10-12T15:38:52Z</dc:date>
    <item>
      <title>character encoding problem with processTemplate?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/character-encoding-problem-with-processtemplate/m-p/124702#M87753</link>
      <description>All, I am getting very productive with the webscripts environment. It's great. But i ran into an urgent and puzzing character encoding issue. Any suggestions greatly appreciated- thanks in advance. We have lots of foreign names in this application, so it's important to be able to support accented ch</description>
      <pubDate>Fri, 12 Oct 2007 15:38:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/character-encoding-problem-with-processtemplate/m-p/124702#M87753</guid>
      <dc:creator>alrice</dc:creator>
      <dc:date>2007-10-12T15:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: character encoding problem with processTemplate?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/character-encoding-problem-with-processtemplate/m-p/124703#M87754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'll assume you are using 2.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I haven't tried this myself (i will do) but I think you may need to override the FreeMarkerProcessor bean definition in the Spring config thus:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;bean id="freeMarkerProcessor" parent="baseTemplateProcessor" class="org.alfresco.repo.template.FreeMarkerProcessor"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="name"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;freemarker&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="extension"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;ftl&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="defaultEncoding"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;UTF-8&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/bean&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;As the JavaScript API is going direct to the template processor, it does not know the encoding of the source webscript page that is executing within. I'll take a look as it should be possible to fix this for a future version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 16:09:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/character-encoding-problem-with-processtemplate/m-p/124703#M87754</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2007-10-19T16:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: character encoding problem with processTemplate?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/character-encoding-problem-with-processtemplate/m-p/124704#M87755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Kevin, thanks but i am unable to get this fix to work. I added your bean definition to web-client-config-custom.xml in /opt/tomcat/shared/classes/alfresco/extension and then restarted tomcat.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I get the same result when I enter UTF8 characters into my form and save it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 20:02:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/character-encoding-problem-with-processtemplate/m-p/124704#M87755</guid>
      <dc:creator>alrice</dc:creator>
      <dc:date>2007-10-23T20:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: character encoding problem with processTemplate?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/character-encoding-problem-with-processtemplate/m-p/124705#M87756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Also yes: Alfresco Enterprise Network v2.1.0 (112)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 20:57:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/character-encoding-problem-with-processtemplate/m-p/124705#M87756</guid>
      <dc:creator>alrice</dc:creator>
      <dc:date>2007-10-23T20:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: character encoding problem with processTemplate?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/character-encoding-problem-with-processtemplate/m-p/124706#M87757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry the bean config i sent is not web-client config. It is repository config and therefore will go in your custom-db-and-data-context.xml or similar.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 07:24:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/character-encoding-problem-with-processtemplate/m-p/124706#M87757</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2007-10-24T07:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: character encoding problem with processTemplate?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/character-encoding-problem-with-processtemplate/m-p/124707#M87758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Kevin, i tried putting it in /opt/tomcat/shared/classes/alfresco/extension/custom-db-and-data-context.xml &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but the same problem still.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 16:50:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/character-encoding-problem-with-processtemplate/m-p/124707#M87758</guid>
      <dc:creator>alrice</dc:creator>
      <dc:date>2007-10-24T16:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: character encoding problem with processTemplate?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/character-encoding-problem-with-processtemplate/m-p/124708#M87759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Also i opened a support incident on this yesterday- just wanted to let you know so efforts are not duplicated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 16:51:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/character-encoding-problem-with-processtemplate/m-p/124708#M87759</guid>
      <dc:creator>alrice</dc:creator>
      <dc:date>2007-10-24T16:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: character encoding problem with processTemplate?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/character-encoding-problem-with-processtemplate/m-p/124709#M87760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks. I have opened a JIRA item to track the bug investigation and fix: &lt;/SPAN&gt;&lt;A href="http://issues.alfresco.com/browse/AR-1829" rel="nofollow noopener noreferrer"&gt;http://issues.alfresco.com/browse/AR-1829&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 21:04:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/character-encoding-problem-with-processtemplate/m-p/124709#M87760</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2007-10-29T21:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: character encoding problem with processTemplate?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/character-encoding-problem-with-processtemplate/m-p/124710#M87761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The issue has been investigated and fixed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For your testing purposes, I have provided the modified .class file &lt;/SPAN&gt;&lt;A href="http://www.kevs3d.co.uk/dev/FormData_AR-1829.zip" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;&lt;SPAN&gt;. You can patch it into your alfresco-web-client.jar inside the alfresco.war file and check it works for you. I think the config change I posted above should fix any issues with processTemplate() - but that doesn't look like it was the issue anyway.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 11:04:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/character-encoding-problem-with-processtemplate/m-p/124710#M87761</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2007-10-30T11:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: character encoding problem with processTemplate?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/character-encoding-problem-with-processtemplate/m-p/124711#M87762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Kevin, thanks i will test and reply as soon as I am able. what is the best method of testing actually? i am not sure how to "patch it into your alfresco-web-client.jar inside the alfresco.war file"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not that familiar with how tomcat expands these files.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 17:01:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/character-encoding-problem-with-processtemplate/m-p/124711#M87762</guid>
      <dc:creator>alrice</dc:creator>
      <dc:date>2007-10-30T17:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: character encoding problem with processTemplate?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/character-encoding-problem-with-processtemplate/m-p/124712#M87763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tomcat expands the WAR into a folder called 'alfresco' in the webapps folder. Inside you will find WEB-INF/lib/alfresco-webclient.jar. You can expand that JAR file (it is just a ZIP archive) using any ZIP tool, overrwite the class file that i provide (keeping the folder structure intact!) and then repack up the jar file archive and overwrite it in the WEB-INF/lib folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once that is done (and you've restarted the server of course) you can try the Upload example or your example and it should work ok with upload UTF-8 characters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Obviously don't do this on your production server etc. etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 17:36:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/character-encoding-problem-with-processtemplate/m-p/124712#M87763</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2007-10-30T17:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: character encoding problem with processTemplate?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/character-encoding-problem-with-processtemplate/m-p/124713#M87764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks that makes sense Kevin. Alright, I tested it out but am not seeing any different behavior. I added a new comment to the JIRA issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 23:29:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/character-encoding-problem-with-processtemplate/m-p/124713#M87764</guid>
      <dc:creator>alrice</dc:creator>
      <dc:date>2007-10-30T23:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: character encoding problem with processTemplate?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/character-encoding-problem-with-processtemplate/m-p/124714#M87765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My investigations have found a further issue when webscripts using the /service path do not have the character encoding set correctly on the request. This is why the fix isn't working for you, I am using the /wcservice path (using the webclientauthenticator) which is correctly setting the encoding on the request.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please see my further comments on the jira bug report.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will provide a new fix for this shortly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 08:59:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/character-encoding-problem-with-processtemplate/m-p/124714#M87765</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2007-11-01T08:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: character encoding problem with processTemplate?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/character-encoding-problem-with-processtemplate/m-p/124715#M87766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please find an updated patch &lt;/SPAN&gt;&lt;A href="http://www.kevs3d.co.uk/dev/FormData_AR-1829_2.zip" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; (contains 3 updated .class files for the alfresco-web-client.jar). It should work correctly with /service based webscripts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 10:58:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/character-encoding-problem-with-processtemplate/m-p/124715#M87766</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2007-11-01T10:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: character encoding problem with processTemplate?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/character-encoding-problem-with-processtemplate/m-p/124716#M87767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A further issue was found (with the patch itself doh), updated files available on the JIRA issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2007 16:06:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/character-encoding-problem-with-processtemplate/m-p/124716#M87767</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2007-11-09T16:06:13Z</dc:date>
    </item>
  </channel>
</rss>

