A fix for Alfresco/MySQL unicode encoding
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2008 09:35 PM
Hi all
I have been experiencing the character encoding issue when working with multilingual content. I was able to fix it by editing the jdbc url and adding in relevant connection properties like this :
I'm posting it here to make it easier for others to find
Hope this help
I have been experiencing the character encoding issue when working with multilingual content. I was able to fix it by editing the jdbc url and adding in relevant connection properties like this :
db.url=jdbc:mysql://localhost/alfresco?useUnicode=true&characterEncoding=utf-8
I've tested it with chinese, russion and arabicI'm posting it here to make it easier for others to find
Hope this help
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2008 10:28 AM
Thanks, that looks useful.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2008 01:31 PM
Once again thanks for this tip…
Oh…for other fresh users out there, the file where you have to change this line is located on windows systems under X:\alfresco\tomcat\shared\classes\alfresco\extension\custom-repository.properties
Oh…for other fresh users out there, the file where you have to change this line is located on windows systems under X:\alfresco\tomcat\shared\classes\alfresco\extension\custom-repository.properties
