<?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 Problems with native characters - urgent, plz help! in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-native-characters-urgent-plz-help/m-p/166814#M120387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I'm new to the Alfresco Community and am in desperate need of help 'cause I've come across an issue that I can't seem to work out by myself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've searched a large part of this forum, but unfortunately none of the related topics provided me with a solution, so I've submited a new one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using the polish language (my native) and here's where the problem occurs: all descriptions, options, etc. (the things that, I guess, aren't kept in the databse) are displayed with proper polish native characters, whereas names, titles or descriptions of spaces or content are not (I'm getting '?' instead of polish characters).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've downloaded the alfresco-community-war-2.1.0 package and deployed it on:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Apache Tomcat 5.5, MySQL 5.0.51a database server, Windows Vista Business, Mozilla Firefox browser&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Apache Tomcat 5.5.26, MySQL 5, Ubuntu 7.10, Mozilla Firefox&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In both cases I experienced the same. I've already tried changing encoding in both the browser and the database, none of these worked. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to solve this problem as quick as possible and would be extremely grateful for any help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Oh, and another question: why is it that regardless of the used language, the names of spaces are allways in polish? Does alfresco look up some system settings during the first deployment and use them while creating spaces?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Apr 2008 14:00:26 GMT</pubDate>
    <dc:creator>maggot84</dc:creator>
    <dc:date>2008-04-22T14:00:26Z</dc:date>
    <item>
      <title>Problems with native characters - urgent, plz help!</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-native-characters-urgent-plz-help/m-p/166814#M120387</link>
      <description>Hi, I'm new to the Alfresco Community and am in desperate need of help 'cause I've come across an issue that I can't seem to work out by myself.I've searched a large part of this forum, but unfortunately none of the related topics provided me with a solution, so I've submited a new one.I'm using the</description>
      <pubDate>Tue, 22 Apr 2008 14:00:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-native-characters-urgent-plz-help/m-p/166814#M120387</guid>
      <dc:creator>maggot84</dc:creator>
      <dc:date>2008-04-22T14:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with native characters - urgent, plz help!</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-native-characters-urgent-plz-help/m-p/166815#M120388</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;This would indicate that your MySQL install is using the default characterset of Latin-1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to change MySQL to use UTF-8.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can change the default for MySQL using the following entries in your my.ini or my.cnf config files:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;[mysql]&lt;BR /&gt;…&lt;BR /&gt;default-character-set=utf8&lt;BR /&gt;…&lt;BR /&gt;[mysqld]&lt;BR /&gt;default-character-set=utf8&lt;BR /&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;You will need to restart MySQL after making these changes, and also you will need to drop and recreate your Alfresco schema (don't forget to also delete your contents of the alf_data dir).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can also change the settings used by your MySQL connector by modifying the settings in your custom-repository.properties file to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;db.url=jdbc:mysql://localhost/alfresco?useUnicode=true&amp;amp;characterEncoding=utf-8&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 14:51:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-native-characters-urgent-plz-help/m-p/166815#M120388</guid>
      <dc:creator>steve</dc:creator>
      <dc:date>2008-04-22T14:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with native characters - urgent, plz help!</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-native-characters-urgent-plz-help/m-p/166816#M120389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That did the trick!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very, very, very much!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2008 09:09:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-native-characters-urgent-plz-help/m-p/166816#M120389</guid>
      <dc:creator>maggot84</dc:creator>
      <dc:date>2008-04-23T09:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with native characters - urgent, plz help!</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-native-characters-urgent-plz-help/m-p/166817#M120390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No problem, glad that helped.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 09:48:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-native-characters-urgent-plz-help/m-p/166817#M120390</guid>
      <dc:creator>steve</dc:creator>
      <dc:date>2008-04-28T09:48:58Z</dc:date>
    </item>
  </channel>
</rss>

