Opened 12 years ago
Closed 12 years ago
#430 closed bug (fixed)
Wrong encoding of file names
| Reported by: | toromand | Owned by: | Alex |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Core | Version: | 6.8.4 |
| Keywords: | Cc: |
Description
When files are uploaded
examples;
Doc_šđč枊ĐČĆŽ.txt (Serbian Latin)
Doc_љњшђчћжџЉЊШЂЧЋЖЏ.txt (Serbian Cyrillic)
(and I guess Croatian latin as well)
Filenames are shown as:
Doc_š???žŠ???Ž.txt
Doc_????????????????.txt
Downloaded file from the repository after have filenames:
Doc_š---žŠ---Ž.txt
Doc_----------------.txt
File for testing are attached.
Best regards,
Dragan
Change History (7)
comment:1 by , 12 years ago
| Milestone: | 7.0 |
|---|---|
| Priority: | Major → Trivial |
comment:2 by , 12 years ago
| Owner: | set to |
|---|---|
| Priority: | Trivial → Minor |
| Status: | new → accepted |
comment:4 by , 12 years ago
See also the general configuration of your MySQL as described in our Linux documentation
Installing on Linux - Prepare the Database
comment:6 by , 12 years ago
The problem is resolved. I have manually convert the tables to utf8 and reconfigured default MySQL settings.
It is working now.
Thanks!
comment:7 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
This is not a LD bug, but simply you should create the db schema using the appropriate character set and collation.
This is the create statement for MySQL 5.0.22
As regards the jdb connection url there is no need to add additional parameters, they still would not be taken into consideration.
Your jdbc url should be just: