If you display a file in a web browesr that contains characters like spaces in the file name, the browser converts the non-standard characters into strings like %20. For example, if i create a file called "new index.html" it will display as "new%20index.html" this is all fine and dandy, but does anyonw know where I can find a list of all of these characters?
I'm building an application that is apparently throwing random characters in file names, but they aren't visible in the finder. what appears to be 25.html turns out to be %0D25.html. I don't know why it is doing this, but if I knew what character %0D stood for, that would at least be a clue...
thanks for your help.
[ 04-04-2002: Message edited by: Stroszek ]</p>
I'm building an application that is apparently throwing random characters in file names, but they aren't visible in the finder. what appears to be 25.html turns out to be %0D25.html. I don't know why it is doing this, but if I knew what character %0D stood for, that would at least be a clue...
thanks for your help.
[ 04-04-2002: Message edited by: Stroszek ]</p>




