Special characters in attachment filenames
Posted: Mon Feb 04, 2013 10:13 am
Hi Jon,
In order to produce a valid filename, the "rename attachment" facility in Bookends filters out the colon (:) and replaces it with the hyphen (-). For example, a string such as:
would be converted to a filename such as:
May I ask that you consider filtering out the backslash (\), as well? Although the MacOS filesystem permits the backslash in filenames, Dropbox refuses to sync any such files, probably because they would be invalid in Windoze filesystems. (Curiously, though, Dropbox does sync filenames with other "problem" characters, e.g. the question mark.)
A comparative survey of filename rules across OSs appears at http://support.grouplogic.com/?p=1607. According to this source:
Thank you.
In order to produce a valid filename, the "rename attachment" facility in Bookends filters out the colon (:) and replaces it with the hyphen (-). For example, a string such as:
Code: Select all
A title: A subtitle
Code: Select all
A title-A subtitle.pdf
A comparative survey of filename rules across OSs appears at http://support.grouplogic.com/?p=1607. According to this source:
I do not know how Dropbox fares with cross-platform filename synchronization in every case, but the backslash certainly causes problems.The following characters are invalid as file or folder names on Windows using NTFS:
/ ? < > \ : * | ” and any character you can type with the Ctrl key
In addition to the above illegal characters the caret ^ is also not permitted under Windows Operating Systems using the FAT file system.
Thank you.