Hey guys, I'm trying to spell a word in Portuguese and instead of PROGRAMAÇÃO, it's showing up as PROGRAMAÇÃO. It seems like the accent symbols are not being displayed correctly. Any thoughts on how to fix this issue?
This is happening within a:
<div class="navbar">
<div class="navbar-inner">
<ul class="nav">
<li><a href="#">PROGRAMAÇÃO</a></li> <!--This is where it's wrong-->
</ul>
</div>
</div>