Closed (fixed)
Project:
File (Field) Paths
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Aug 2008 at 14:59 UTC
Updated:
20 Aug 2008 at 08:27 UTC
Now after uploading the file (transliteration module at the stage of changing the name of the file downloads) and the preservation node, the file name is changed again based on the pattern tokens. We need to work out transliteration module after applying the template file name.
Comments
Comment #1
deciphered@ipto
Can you upload a empty/small text file with characters that need to be transliterated so that I can run some tests?
Comment #2
smk-ka commented@Deciphered:
ipto's problems arose from using tokens to generate file and/or path names, while transliteration during upload should indeed work. I think you can reproduce it like this (untested):
1. Set the file name pattern to "[title-raw]-[filefield_paths-name].[filefield_paths-ext]", which will construct file names from the node title plus the uploaded file name.
2. Give both the node as well as the file to upload a title containing non-ASCII characters, for example:
Cyrillic, should transliterate to Kontakt
Not sure what the outcome actually looks like :o)
Probably first diacritics removed, then only characters from a-z kept.
Comment #3
deciphered@smk-ka
Thanks for that, will look into a solution.
Comment #4
decipheredIntegration has been implemented and will be available in the next dev build.
Comment #5
decipheredCommitted to HEAD