ui_transfer » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2009-07-02 | 2009-08-24 | ||
4.2.2 bug 108 (martin) | bug 452 (martin) | ||
Line 22: | Line 22: | ||
* Replaces characters that are not allowed in Windows filenames (''/\:*?\"<>|'') with ''%XX'', where ''XX'' is hexadecimal representation of character ASCII code. | * Replaces characters that are not allowed in Windows filenames (''/\:*?\"<>|'') with ''%XX'', where ''XX'' is hexadecimal representation of character ASCII code. | ||
* Replaces trailing space with ''%20''. | * Replaces trailing space with ''%20''. | ||
+ | * Replaces trailing dot with ''%2E''. | ||
* Addends ''%00'' to the end of names with reserved meaning on Windows (such as ''NUL'' or ''PRN''). | * Addends ''%00'' to the end of names with reserved meaning on Windows (such as ''NUL'' or ''PRN''). | ||