I have a url that redirects to a page on my main site. For some reason, when I access through the rewritten URL, a TM symbol is showing up as â¢, but when I access through the main site, it shows up correctly.
The urls are http://waterlessmilkwarmer.com/ and http://www.medelabreastfeedingus.com/milk-warmer so you can see what's happening. They are both looking at exactly the same page (the first url redirects to the second). Look at the page title ("Introducing the first and only...") to see what's happening.
The site is running on .NET and that page title is being stored and pulled directly from the database. There are HTMLEncode calls on it, but when I removed them and just displayed it directly from the database, it still did the same thing.
I'm guessing the redirected url has something to do with this, but I don't know what. Has anyone seen this before and know what could be happening?