Click to See Complete Forum and Search --> : force browser to change encoding


tolis_developer
03-04-2005, 08:51 AM
Is there a way to force browser to change the encoding of a page from the default to some other (greek in my case) for my site.
i already have add the following line to my page
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-7">
But it seems not to work.

i dont want the user to do this manually
thanks tolis

NogDog
03-04-2005, 09:44 AM
Try making your HTML tag:
<html lang='el'>
See http://www.w3.org/TR/html4/struct/dirlang.html#langcodes for more info.