<?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 Garbage character when view document which contains Chinese in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/garbage-character-when-view-document-which-contains-chinese/m-p/255734#M208864</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I uploaded on document on Alfresco Share site's Document Library. Then, I click the document title to preview its content. In preview page, all Chinese characters are displayed as "?".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anybody can help me out of this? Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Apr 2012 09:58:59 GMT</pubDate>
    <dc:creator>wengm</dc:creator>
    <dc:date>2012-04-09T09:58:59Z</dc:date>
    <item>
      <title>Garbage character when view document which contains Chinese</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/garbage-character-when-view-document-which-contains-chinese/m-p/255734#M208864</link>
      <description>I uploaded on document on Alfresco Share site's Document Library. Then, I click the document title to preview its content. In preview page, all Chinese characters are displayed as "?".Anybody can help me out of this? Thanks!</description>
      <pubDate>Mon, 09 Apr 2012 09:58:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/garbage-character-when-view-document-which-contains-chinese/m-p/255734#M208864</guid>
      <dc:creator>wengm</dc:creator>
      <dc:date>2012-04-09T09:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Garbage character when view document which contains Chinese</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/garbage-character-when-view-document-which-contains-chinese/m-p/255735#M208865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to configure you database to support those characters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Check out how to add support for UTF-8 and UTF-16 character in your database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Just do that and restart the server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 10:38:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/garbage-character-when-view-document-which-contains-chinese/m-p/255735#M208865</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2012-04-09T10:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Garbage character when view document which contains Chinese</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/garbage-character-when-view-document-which-contains-chinese/m-p/255736#M208866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You need to configure you database to support those characters.&lt;BR /&gt;Check out how to add support for UTF-8 and UTF-16 character in your database.&lt;BR /&gt;Just do that and restart the server.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Had you encountered the same issue? I used postgresql and create the database with below statement:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;create database alfresco WITH ENCODING 'UTF8';&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;However, the Chinese character isn't displayed as expected yet.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 08:30:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/garbage-character-when-view-document-which-contains-chinese/m-p/255736#M208866</guid>
      <dc:creator>wengm</dc:creator>
      <dc:date>2012-04-19T08:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Garbage character when view document which contains Chinese</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/garbage-character-when-view-document-which-contains-chinese/m-p/255737#M208867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, I was using the mysql db where we need to do changed in some configuration file and it works fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am sure that was UTF-16 or UTF-8.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The other thing is your JSP files should also have some tag which specifies the support for the same encoding.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 09:51:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/garbage-character-when-view-document-which-contains-chinese/m-p/255737#M208867</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2012-04-19T09:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Garbage character when view document which contains Chinese</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/garbage-character-when-view-document-which-contains-chinese/m-p/255738#M208868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Yes, I was using the mysql db where we need to do changed in some configuration file and it works fine.&lt;BR /&gt;I am sure that was UTF-16 or UTF-8.&lt;BR /&gt;The other thing is your JSP files should also have some tag which specifies the support for the same encoding.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I mean if you had encountered the issue &lt;/SPAN&gt;&lt;STRONG&gt;in using alfresco community edition&lt;/STRONG&gt;&lt;SPAN&gt;. How did you fix it? Just adjust encoding of the database?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my understanding, this isn't caused by database encoding but the document converter's relevant configuration.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 02:51:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/garbage-character-when-view-document-which-contains-chinese/m-p/255738#M208868</guid>
      <dc:creator>wengm</dc:creator>
      <dc:date>2012-04-20T02:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Garbage character when view document which contains Chinese</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/garbage-character-when-view-document-which-contains-chinese/m-p/255739#M208869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, I have encountered this problem and as I have mentioned by doing those two changes it works for me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 09:28:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/garbage-character-when-view-document-which-contains-chinese/m-p/255739#M208869</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2012-04-23T09:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Garbage character when view document which contains Chinese</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/garbage-character-when-view-document-which-contains-chinese/m-p/255740#M208870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could you please describe your solution in more details? Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 08:36:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/garbage-character-when-view-document-which-contains-chinese/m-p/255740#M208870</guid>
      <dc:creator>wengm</dc:creator>
      <dc:date>2012-05-03T08:36:05Z</dc:date>
    </item>
  </channel>
</rss>

