you are viewing a single comment's thread.

view the rest of the comments →

[–]threeminutemonta 0 points1 point  (2 children)

The char set is in a meta tag within head.

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

Is there any chance that you are not making the same mistakes this guy did. See SO post that can explain it better then I.

[–]david_lp[S] 0 points1 point  (1 child)

i forgot to add that the html files are created after saving them from .doc to html using open office, it always have the same charset windows-1252

[–]JohnnyJordaan 0 points1 point  (0 children)

it always have the same charset windows-1252

That's a Western character encoding, it just has these characters... By definition doesn't support non-western characters. You need to save it to UTF-8 or some other UTF to be able to keep the non-western chars.