baturin / wikivoyage-listings

Data extracted from Wikivoyage, the free travel guide at http://wikivoyage.org. Leverage Wikivoyage listings on your smartphone, or in your own mashups.
http://wvpoi.batalex.ru/
Other
48 stars 27 forks source link

Reworked validWebsiteURL to build a URI from the provided string url.… #45

Closed dazyoung closed 7 years ago

dazyoung commented 7 years ago

Related to #39.

Reworked WebsiteURLValidator#validWebsiteURL to build a URI from the provided string URL. This allows the newly constructed URI to be converted to an ASCII which will handle our encoding.

This resolves the issue where special characters (e.g accented characters would be flagged and logged as invalid URLs).