-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not all special characters are being handled properly #3
Comments
Also need to fix for the elipses character "…" Example: http://water.epa.gov/action/advisories/acanthamoeba/index.cfm |
I thought I had fixed the right-pointing angle quote "»", but this character still isn't being encoded properly. Example (page title): http://www.urbanvillagemovement.com/ After some investigation, I found that the double angle brackets that I'm using to replace it is causing the problem:
|
…ckporting a fix for single and double quote characters from master branch
Need to handle the registered trademark ("®") symbol. Might also need to fix the trademark symbol ("™") as well. |
The degree sign ("°", 0x00B0) isn't being handled properly, either. It ends up as being saved as "%C2%B0" |
Not all special characters are being properly handled by the double encoding that was implemented in version 1.5.1.
The one example so far is the single quote ("’" - note that this the curly quote, NOT the straight quote), such as the web page title in the following URL:
http://www.salon.com/2014/06/09/cbs_news_huge_fatal_disaster_why_heads_need_to_roll_at_the_highest_levels/
The text was updated successfully, but these errors were encountered: