When spaces are put into file names, some programs interpret them as their hexadecimal equivalents. Usually these show up as “%20” when I download Word documents from our corporate file server.
“You can’t tell me what sucks!” - Beavis, a true Objectivist
That’s 20 hexadecimal, which is 32 decimal, which is the ASCII code for a space.
Most operating systems, ones whose designers realize that pointing and clicking isn’t the only way to do things, don’t allow spaces in file names, because on a command line ‘words’ with spaces look like multiple words.
The HTML standard uses plain ASCII, but allows special characters to be written as a percent sign followed by the hex value of the character. Your browser (or operating system) seems to be displaying the underscore for the percent sign, instead of interpreting the sequence as a single character. If it doesn’t cause any problem, don’t worry about it. Maybe try renaming the file with spaces or underscores.
Bob the Random Expert
“If we don’t have the answer, we’ll make one up.”
Righto. The %20 thing is a part of the standard practice of “url encoding”. URLs cannot contain spaces. Usually what is happening is that the server is encoding the file name, but your client is neglecting to unencode it when it offers you the default filename to save as.
One day you may be cool, but you’ll always be short.
–Tim
We are the children of the Eighties. We are not the first “lost generation” nor today’s lost generation; in fact, we think we know just where we stand - or are discovering it as we speak.