<?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 Re: Chinese documents in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/chinese-documents/m-p/12756#M5256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Derek and Chiho,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm a Chinese in Taiwan. I've the Alfresoc 1.1 installed, but I still can't find Chinese file or folder names. Notheless it doesn't work with searching Chinese in any file content.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does the fix method mentioned above has been apply in Alfresco 1.1? Or other things need to be done for Traditional Chinese? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hammer Lee&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Dec 2005 03:17:07 GMT</pubDate>
    <dc:creator>lhy719</dc:creator>
    <dc:date>2005-12-22T03:17:07Z</dc:date>
    <item>
      <title>Chinese documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/chinese-documents/m-p/12751#M5251</link>
      <description>I have added some chinese "word documents" and created a chinese HTML document. I cannot search with the documents when I use chinese terms(Using English term is ok). I have looked into the index using Luke, the chinese words seem not indexed. I suspected that is the problem of the StandardAnalyzer,</description>
      <pubDate>Mon, 07 Nov 2005 04:41:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/chinese-documents/m-p/12751#M5251</guid>
      <dc:creator>chiho80</dc:creator>
      <dc:date>2005-11-07T04:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Chinese documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/chinese-documents/m-p/12752#M5252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The tokeniser is specified at the type level and is localisable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If there is no localisation then the values from dictionaryModel.xml are used.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the default configuration there is a default localisation bundle that specifies the tokenisers that are used. This is in the file&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;dataTypeAnalyzers.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can set these for a particular locale by adding something like&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;dataTypeAnalyzers_zh_CN.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in the language pack. I don't think any of the language bundles include this as yet. If no locale specific file is found it falls back to the default.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The next question is: "How is the locale found?"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The default locale is picked up from the server or set when interacting with the client. It is possible that interactively adding a document may produce different tokenisation from indexing as a result of a rule as one could set the locale via the client and the other via the default Java locale in the repository.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this helps. Let me know how you get on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2005 15:23:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/chinese-documents/m-p/12752#M5252</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2005-11-07T15:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Chinese documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/chinese-documents/m-p/12753#M5253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Andy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your advices. Actually I tried to change dataTypeAnalyzers.properties to use the custom analyzer (which can recognize zh, zh_CN and en). But it has no effect at all. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This time, I have read through the index and seem like the index is not written properly. The locale used to write the index made the chinese characters not readable. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In Hong Kong, we use zh as the main chinese locale. zh_CN is used in China. When we try to write zh content using zh_CN locale, the characters gets strange. When I look into the index, the index looks like zh_CN encoded. I will try to set up a debugger to see where the problem is.&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am sorry that I cannot post the analyzer here for your testing coz the analyzer contains some copyrighted codes. I will try to seek for your advice during the course and post the result / changes in code here when the bug is fixed. &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2005 17:40:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/chinese-documents/m-p/12753#M5253</guid>
      <dc:creator>chiho80</dc:creator>
      <dc:date>2005-11-09T17:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Chinese documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/chinese-documents/m-p/12754#M5254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem is solved. The problem is due to the reading of chinese file. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When the LuceneIndexerImpl tries to load the document from file system, it does not specify the charset. This would cause problem when reading CJK documents. Please find the code below I used to solve the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[LuceneIndexerImpl ] At around line 1428, I changed the code to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;InputStreamReader isr = null;&lt;BR /&gt;InputStream ris = reader.getContentInputStream();&lt;BR /&gt;&amp;nbsp; try {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; isr = new InputStreamReader(ris,"UTF-8");&lt;BR /&gt;&amp;nbsp; } catch (UnsupportedEncodingException e) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; isr = new InputStreamReader(ris);&lt;BR /&gt;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp; doc.add(Field.Text("TEXT",isr));&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;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2005 14:21:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/chinese-documents/m-p/12754#M5254</guid>
      <dc:creator>chiho80</dc:creator>
      <dc:date>2005-11-22T14:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Chinese documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/chinese-documents/m-p/12755#M5255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for this.&amp;nbsp; You are right and we have fixed this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;During the indexing, we perform a transformation on any text that is not UTF-8 and force it to UTF-8.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2005 10:10:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/chinese-documents/m-p/12755#M5255</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2005-11-23T10:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Chinese documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/chinese-documents/m-p/12756#M5256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Derek and Chiho,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm a Chinese in Taiwan. I've the Alfresoc 1.1 installed, but I still can't find Chinese file or folder names. Notheless it doesn't work with searching Chinese in any file content.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does the fix method mentioned above has been apply in Alfresco 1.1? Or other things need to be done for Traditional Chinese? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hammer Lee&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2005 03:17:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/chinese-documents/m-p/12756#M5256</guid>
      <dc:creator>lhy719</dc:creator>
      <dc:date>2005-12-22T03:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Chinese documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/chinese-documents/m-p/12757#M5257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The default analyzer is for English.&amp;nbsp; You will notice that chiho80 was writing a custom analyzer for Chinese.&amp;nbsp; These are fairly standard components to write - you might search the Lucene forums for more information on where to get one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or you could beg chiho80 to convince his company to release the code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2006 11:01:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/chinese-documents/m-p/12757#M5257</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2006-01-03T11:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Chinese documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/chinese-documents/m-p/12758#M5258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;derek&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this going into Alfresco 1.2?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2006 03:09:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/chinese-documents/m-p/12758#M5258</guid>
      <dc:creator>goodguy</dc:creator>
      <dc:date>2006-01-23T03:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Chinese documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/chinese-documents/m-p/12759#M5259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That depends on whether you can convince &lt;/SPAN&gt;&lt;STRONG&gt;chiho80&lt;/STRONG&gt;&lt;SPAN&gt; to give it to us.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; :wink:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2006 09:13:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/chinese-documents/m-p/12759#M5259</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2006-01-23T09:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Chinese documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/chinese-documents/m-p/12760#M5260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's been a while since I last been here. I am sorry that it seems not possible to contribute the analyzer after a discussion with my boss, as this is one of the core technologies used in our system (non-alfresco). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to find some open source alternatives, you may try CJKAnalyzer, this is not as accurate as dictionary based Analyzer though. You may contact me for help.&amp;nbsp; &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 06:25:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/chinese-documents/m-p/12760#M5260</guid>
      <dc:creator>chiho80</dc:creator>
      <dc:date>2006-01-25T06:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Chinese documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/chinese-documents/m-p/12761#M5261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Have you succeeded to enable CJKAnalyzer in Alfresco?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; I'm Japanese. There are two major options to analyze Japanese contents in Lucene. JapaneseAnalyzer and CJKAnalyzer. So far I failed both of them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; I tried JaneseAnalysis first. Because it looked better. JapaneseAnalyzer requires another software called Sen to make dictionaly in advance, and it may require System.property stuff which I'm not sure if I already set properly in Tomcat context or not.&amp;nbsp; I saw lots of errors and warnings in the bootstrap message.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; So now I'm trying to use CJKAnalyzer anyway. It seemed to work. No error message. But I cannot still find double byte charactors in index.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I did…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 1. Copy lucene-ja.jar which includes CJKAnalyzer to alfresco's lib directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 2. Make dataTypeAnalyzers_ja_JP.properies pointing to CJKAnalyzer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 3. Restart Alfresco (1.2 RC2)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 4. Import a word file including English and Japanese text.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After that, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 1. the word file was found by a query with an English word.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 2. the word file wasn't found by any query with a Japanese word (longer than 3 charactors I tried).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2006 06:31:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/chinese-documents/m-p/12761#M5261</guid>
      <dc:creator>akinori</dc:creator>
      <dc:date>2006-02-25T06:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Chinese documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/chinese-documents/m-p/12762#M5262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Still I've never succeeded to search with Japanese Contents.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Anyway I found more facts. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; 1. Both of CJKAnalyzer and JapaneseAnalyzer ran without any error. (Only when I remove the jar file of the analyzer, Alfresco gave me exceptions messages. I believe this means my properties file points to the analyzer properly)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 2. I can find Japanese file name and topic titile, but I cannot find any files whose contents include Japanese charactors with Japanese keywords.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 3. English keywords still work. If the target file includes both of English words and Japanese words, I can find it with any of those English words.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Sorry, I know it's off-topic in strict sense. Title is Chinese and I'm writing about Japanese issue. But I supposed my situation looked similar to chiho80's case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; I was wondering if someone could instruct me the way to check how lucene works in Alfresco's context now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Akinori&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 07:08:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/chinese-documents/m-p/12762#M5262</guid>
      <dc:creator>akinori</dc:creator>
      <dc:date>2006-03-01T07:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Chinese documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/chinese-documents/m-p/12763#M5263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Apologies, this issue has mainly been discussed under French alaysis.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There was a bug tokenising the TEXT attribute in the index - it was always using the standard analyser and not picking up the one defined for text attributres. This is fixed in the future 1.2.1 build (tested with the french analyser). These changes will be merged into the HEAD code stream in due course. The code can be obtained from svn.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will look into merge and 1.2.1 timings.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 09:53:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/chinese-documents/m-p/12763#M5263</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2006-03-22T09:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Chinese documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/chinese-documents/m-p/12764#M5264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The HEAD now contains all the latest bug fixes from the V1.2.0 branch (future 1.2.1 release).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 16:23:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/chinese-documents/m-p/12764#M5264</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2006-03-22T16:23:56Z</dc:date>
    </item>
  </channel>
</rss>

