Hi team, I have a HTML page having input tag with attributes name="search" and value="<%= search %>.
[cid:[email protected]] Although for value attribute we are doing the encoding/decoding for all the different encodings (UTF-8, Shift_JIS etc.). But we just want to confirm that whether we should do the encoding/decoding of the name attribute also for all the different encodings. As per our discussion with one of the Japanese developer also, name is having a static value in the page and it has been used by the developers in the English only. So just want to have some input from other team members also. Regards, Sanjay Chaurasia
