Posted by bismigalis on June 9, 2009 at 11:21am
Jump to:
| Project: | IMCE |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
When I upload file with name "Благотворительные филиалы.doc" I have "ÑилиалÑ.doc" in IMCE. In drupal database table "files" I have "филиалы.doc".
| Attachment | Size |
|---|---|
| File Browser_1244545668667.png | 32.94 KB |
Comments
#1
It's not suggested to use non-ascii characters in file names because of inconsistency of character sets used in file-system(this is where IMCE reads file names) and in DB. Have a look at the transliteration module.
#2
Closing 6.x-1.x issues as this branch is no more supported.