html - Opening question mark only shown on some linux environment -


i'm developing html page , it's in spanish, need use "¿" (opening question mark) , have on linux environment. i'm editing html docs on windows while using virtualbox ubuntu server deploy it. problem when use vm, question mark shown, while when try on actual linux os isn't.

on header have:

< meta http-equiv="content-type" content="text/html; charset=utf-8"> 

and on body have:

< p class="question">¿cuántos grupos diferentes de < code>< var>num_taken< /var>< /code> < var>thing< /var> puede llevar en su bolso?< /p>  

i thought utf-8 solved problem, idea? thanks!

how escaping "special char" html representation. in case:

&iquest; 

according utf-8 problem: did save file utf-8 encoded. special characters destroyed if save files wrong encoding.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -