Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Escape special characters in symbols in URL
Some special characters (e.g. "&") in symbols would make the URL invalid. Escape all the special characters in the symbols before creating the URL. Tested with ^GSPC and it still worked. Hopefully other symbols with special characters that worked still continue to do so. Fixes #324.
- Loading branch information