The following ActionLink:
<%= Html.ActionLink("Home £", "Index")%>
Generates the markup:
<a href="/">Home £</a>
Which looks like this:
Home £
I take it that this is a bug?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I cannot seem to duplicate this on my machine however the theory is, if your browsers character encoding is not the same as the document encoding then you may recieve this type of error. Character encoding is typically set by the user of the browser. You can try and force the content encoding to UTF-8, by doing the following:
or on the page by doing this: