Quote:
Originally Posted by nrapallo
When you see the href="book.html%23toc", it has nothing to do with UTF-8, but rather is a result of URL Encoding which removes special punctuation characters from URL's.
|
.
And the wikipedia page says "URI producers are discouraged from percent-encoding unreserved characters." and in this context # is an unreserved character.
But i will fix the program to handle this.