Most of my website folders contain a dash in the folder name. For some reason the free sitemap generator generates a sitemap for me with some URLs listed twice, one with a "-" and the other with a "%2D" - and this only happens with some of the folders containing a hash, e.g.:
<url>
<loc>http://www.domain.com/sports%2Dequipment/</loc>
<changefreq>weekly</changefreq>
</url>
...
...
...
<url>
<loc>http://www.domain.com/sports-equipment/</loc>
<changefreq>weekly</changefreq>
</url>
Why would that be?