Data extracted from Wikivoyage, the free travel guide at http://wikivoyage.org. Leverage Wikivoyage listings on your smartphone, or in your own mashups.
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).
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).