Subject | Re: [Firebird-Java] Re: Unicode problem |
---|---|
Author | Rick Fincher |
Post date | 2002-12-18T19:21:14Z |
JSP's support unicode so you are probably better off leaving the
"charset=UTF-8" out unless you have set have a database set to that
particular char set, or are having trouble with the representations of some
characters on your page.
Rick
"charset=UTF-8" out unless you have set have a database set to that
particular char set, or are having trouble with the representations of some
characters on your page.
Rick
----- Original Message -----
From: <wyasabc@...>
> >
> > > - on jsp page I add the syntax like this :
> > > <%@ page contentType="text/html; charset=UTF-8"%> is it correct
> > > for this case?