Opened 3 years ago
Last modified 3 years ago
#17018 new enhancement
Newline in filename
Reported by: | miqlas | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/Tracker | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
Copy-pasted a music title from web and used it to rename a file. Copying the file to FAT resulted in "General system error" Tracker showed a space character at the end of the filename, but actually it was a newline character.
~/Desktop/000> ls -1 'FILENAME'$'\n' ~/Desktop/000> ls -1 | od 0000000 044506 042514 040516 042515 005012 0000012
However the newline character is accepted in filenames, in most cases the user doesn't want to use it. Tracker should filter it out.
This is on hrev55164 64 bit.
Note:
See TracTickets
for help on using tickets.