error with special characters when load .htm into a div with jquery -


i'm using jquery load .htm file div on main page, when so, special character such æ, ø, , å turns '�'.. ideas on how display characters correctly ?

use character codes, ones starting &# (e.g. :&#162)


Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -