Click here to Skip to main content
15,889,116 members
Please Sign up or sign in to vote.
2.00/5 (2 votes)
See more:
HI All

I have a website(aspx) in spanish. But for some reason the characters are displaying wrong.
Plaese can anyone help me. Any help will be really great.

Example: Año de Transacción


Thanks
Posted
Comments
Prasad Khandekar 8-Oct-13 11:37am    
Check this documentation (http://msdn.microsoft.com/en-us/library/39d1w2xf%28v=vs.100%29.aspx).
Sergey Alexandrovich Kryukov 8-Oct-13 12:26pm    
Exactly. However, OP should have made us a sample to look at, guesswork is not so useful.
—SA
babli3 8-Oct-13 11:40am    
thanks

1 solution

Make sure that you use the correct encoding, e.g.
HTML
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
Share this answer
 
Comments
babli3 9-Oct-13 10:40am    
hi thanks and what about classic asp?
Prasad Khandekar 11-Oct-13 4:29am    
It's a html meta tag and will work for classic ASP as well. It just informs the browser that the page contains UTF-8 encoded characters.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900