Storm Posted January 8, 2005 Share Posted January 8, 2005 Ive just found a bug when trying to post my desktop... If you post a url with the url tags in it, with a space in it doesnt work properly. here like that, howeever when your replace it with the ASCII characters for spaces - %20 it works fine... Link to comment https://www.neowin.net/forum/topic/268591-bug-urls-with-spaces/ Share on other sites More sharing options...
CoLdFuSi0n Posted January 8, 2005 Share Posted January 8, 2005 its not a bug Link to comment https://www.neowin.net/forum/topic/268591-bug-urls-with-spaces/#findComment-585256901 Share on other sites More sharing options...
Storm Posted January 8, 2005 Author Share Posted January 8, 2005 why not? it should complete the url and make it clickable, then the browser adds %20 automatically Link to comment https://www.neowin.net/forum/topic/268591-bug-urls-with-spaces/#findComment-585256971 Share on other sites More sharing options...
.KICK Posted January 8, 2005 Share Posted January 8, 2005 why not? it should complete the url and make it clickable, then the browser adds %20 automatically 585256971[/snapback] Should be alright imo if the browser does it auto Link to comment https://www.neowin.net/forum/topic/268591-bug-urls-with-spaces/#findComment-585257029 Share on other sites More sharing options...
markwolfe Veteran Posted January 8, 2005 Veteran Share Posted January 8, 2005 A URL doesn't have a space. However, your filename does, so it uses the % character to specify an ASCII character. You can use the % to subsitute other characers, too, if you are so inclined. Link to comment https://www.neowin.net/forum/topic/268591-bug-urls-with-spaces/#findComment-585257060 Share on other sites More sharing options...
Storm Posted January 8, 2005 Author Share Posted January 8, 2005 well if in html you create a link with a space when you click it, the browser adds %20 instead of the space, but for some reason the forum isnt parsing it :/ Link to comment https://www.neowin.net/forum/topic/268591-bug-urls-with-spaces/#findComment-585257062 Share on other sites More sharing options...
Joel Posted January 8, 2005 Share Posted January 8, 2005 Because of the space. See what happens when I just paste the link? http://www.edwardw.info/desktops/desktop 1.png.Thumb.png Lesson to be learned? Yes, don't put spaces in your filenames. Link to comment https://www.neowin.net/forum/topic/268591-bug-urls-with-spaces/#findComment-585257529 Share on other sites More sharing options...
BlinX Posted January 8, 2005 Share Posted January 8, 2005 If you got to put a space, You got to put %20 right after the space and put the rest of the link back. http://www.edwardw.info/desktops/desktop%201.png Link: Click! Link to comment https://www.neowin.net/forum/topic/268591-bug-urls-with-spaces/#findComment-585257550 Share on other sites More sharing options...
KC Posted January 8, 2005 Share Posted January 8, 2005 Don't put spaces, makes yours and everyones life easier. Link to comment https://www.neowin.net/forum/topic/268591-bug-urls-with-spaces/#findComment-585257823 Share on other sites More sharing options...
Recommended Posts