On 2011-06-13, 13:49, Carlo Trimarchi wrote:
The problem is that if I use these letters in a html file, then the
browser displays things like this:
????? ????????? ??+??++????????????? ??^????p??? ??????? ????? ??????+??????
What can I do?
You could try to specify the encoding you're using by adding this line
to your HTML file:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
This will help your browser use the right encoding. You can also try to
manually set the encoding inside your browser. In Firefox, there's a
menu item 'encoding' (or similar) somewhere: There, select UTF-8 as your
encoding.
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php