Click to See Complete Forum and Search --> : International Language support in HTML


shaunakv1
09-20-2007, 03:05 AM
i want to make my web page support internationa languages.
i read some where that we gotta include following threetags in the headers of our web pages...

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<%@ page pageEncoding="utf-8" %>
<%@ page contentType="text/html; charset=utf-8"%>


i did this and most of the things r working fine. that is it accepts values in languages like russian and all..
BUT
when the inputs given to Forms get spoiled on submitting the form...
its displays some wiered characters in place of utf-8 ...
PLEASE HELP...