Filenames in Cyrillic UTF-8 and with space in them wan`t save correct when upload
bismigalis - June 9, 2009 - 11:21
| Project: | IMCE |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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 |

#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.