Re: '#' in file url
"corvid" <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <20121107174112.GA4504@local> |
Jorge wrote: > On Wed, Nov 07, 2012 at 03:20:20AM +0000, corvid wrote: > > > > I had two files with '#' in their names that I wanted to view -- > > file#1.png and file#2.png -- and dillo showed me the same file in > > each tab. > > That's because '#' is not a valid character inside a URL. [snip] > i.e. anything after '#' is a 'fragment'. > > and BTW, that's why the file dpi escapes '#' as '%23' to be able > to show the file. Right, it may be %23 at some point in its journey, but it's back to '#' eventually -- and breaks.