Chinese Period
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2009 10:57 AM
I inquired about chinese character based files in CIFS which I didn't hear back on but finding it's a bigger issue. If I go thru Share and upload a chinese document into Alfresco it comes back with all question marks for the document name. The MySQL DB itself is UTF-8 so is there a big issue with Alfresco and Unicode here? Only the latest latest HEAD version.
Thanks.
jR
Thanks.
jR
Labels:
- Labels:
-
Archive
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2009 11:28 AM
Are you able to share a copy of this document?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2009 12:33 PM
It's likely a configuration issue. If you've built from HEAD, are you sure you compiled with UTF-8 on?
Also make sure you've got Tomcat configured to use UTF-8 URIs and double-check the database is actually using UTF-8. Do you still see the issue if you upload to the Explorer web client?
This is HEAD running just now with some of my test content :wink:
[img]http://img.skitch.com/20090828-d1ns2gr2bit8t76kcammc56ndx.png[/img]
Mike
Also make sure you've got Tomcat configured to use UTF-8 URIs and double-check the database is actually using UTF-8. Do you still see the issue if you upload to the Explorer web client?
This is HEAD running just now with some of my test content :wink:
[img]http://img.skitch.com/20090828-d1ns2gr2bit8t76kcammc56ndx.png[/img]
Mike
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2009 04:35 PM
Thanks for the reply. Reconfiguring Eclipse didn't help. Added URIEncoding="UTF-8" to the 8080 connector but no joy there either. DB is indeed UTF-8. Also tried in /alfresco and it did the same thing once saved.
Thanks.
Thanks.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2009 09:56 AM
The correct answer was to append to the db.url in the alfresco-global.properties file:
?useUnicode=true&characterEncoding=utf-8
?useUnicode=true&characterEncoding=utf-8
