Opened 10 years ago
Closed 10 years ago
#610 closed bug (worksforme)
error adding file with russian name
| Reported by: | khpavel | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | |
| Component: | Core | Version: | 7.4 |
| Keywords: | Cc: |
Description
If I add document with name included russian letters, in LD I see file name like ???????.doc
the same problem if I use drop spot or Import documents from ZIP
Change History (1)
comment:1 by , 10 years ago
| Priority: | Major → Trivial |
|---|---|
| Resolution: | → worksforme |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

This is not a bug but depends on the configuration of your database, if you are using MySQL you find useful settings here: http://docs.logicaldoc.com/en/installation/install-on-linux?id=92
In particular pleaes note:
[mysqld]
character-set-server = utf8
collation-server=utf8_general_ci
default-storage-engine = INNODB