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 miqlas)

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.

Change History (1)

comment:1 by miqlas, 3 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.