Re: Cahrset problem

2002-11-15 Thread Torsten Fohrer
some tips from me 1. mask non standart characters with html entitys like   that you display in html pages, if there exist some one. 2. setting response contentType, with <%@ page contentType= 3. adding to the head of your html page 4. test different browsers 5. does the browser have fonts with

Cahrset problem

2002-11-15 Thread Galbayar Dorjgotov
hi all. i have one problem. My JSP's enconding is windows-1251 and have a form. i'm wrote cyrillic characters and submit when i reading textfield value use getParameter() method it returns what's the matter? MY JSP is <%@ page contentType="text/html; charset=windows-1251" language="java"