Re: JSPGenerator encoding problem

2002-02-08 Thread yuryx
Shes live!!! :) Thanx for Piroumian, Konstantin and Vadim Gritsenko Also thanx for all I try <%@ page language="java" import="java.text.SimpleDateFormat,java.util.*" _/*pageEncoding="KOI8-R"*/_%> in my jsp page and this solve problem. following line in sitemap KOI8-R for encoding on genera

Re: JSPGenerator encoding problem

2002-02-08 Thread Piroumian, Konstantin
> > From: yuryx [mailto:[EMAIL PROTECTED]] > > > > Hi all! > > My JSPGenerator or jasper-compiler don't supported KOI8-R charset > > encoding. What is me do? > > Use UTF-8 or Win-1251 which are (IIRC) supported. KOI8-R is supported too. I've just checked. > > Vadim > > > Instructions llike

RE: JSPGenerator encoding problem

2002-02-08 Thread Vadim Gritsenko
> From: yuryx [mailto:[EMAIL PROTECTED]] > > Hi all! > My JSPGenerator or jasper-compiler don't supported KOI8-R charset > encoding. What is me do? Use UTF-8 or Win-1251 which are (IIRC) supported. Vadim > Instructions llike > in header jsp page > or > src="org.apache.cocoon.generation.JspG

Re: JSPGenerator encoding problem

2002-02-08 Thread Piroumian, Konstantin
> > From: yuryx [mailto:[EMAIL PROTECTED]] > > > > Thanx for ideas ,Vadim. > > But I can't undestand how declare JSP encoding. > > Try to read JSP specification. The correct declaration is: <%@ page language="java" import="java.text.SimpleDateFormat,java.util.*" pageEncoding="KOI8-R"%> Note, th

RE: JSPGenerator encoding problem

2002-02-08 Thread Vadim Gritsenko
> From: yuryx [mailto:[EMAIL PROTECTED]] > > Thanx for ideas ,Vadim. > But I can't undestand how declare JSP encoding. Try to read JSP specification. Vadim > instead of <%out.println("");%> I try > in sample.jsp > but again it doesn't work :( > Yury > -

JSPGenerator encoding problem

2002-02-08 Thread yuryx
Hi all! My JSPGenerator or jasper-compiler don't supported KOI8-R charset encoding. What is me do? Instructions llike in header jsp page or KOI8-R in sitemap.xmap Don't solved my problem Instruction like <%@ page language="java" encoding="KOI8-R"%> in jsp page is not valid I have use jasper-co

Re: JSPGenerator encoding problem

2002-02-07 Thread yuryx
java" import="java.text.SimpleDateFormat,java.util.*,java.sql.*"%> <% out.println("ÐÒÉ×ÅÔ!"); %> > > >- Original Message ----- >From: "yuryx" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Friday, February 08, 2002 9:46 AM

Re: JSPGenerator encoding problem

2002-02-07 Thread yuryx
remove the transformer from the > > >pipeline or replace JSPGenerator with FileGenerator and use static content > > >in KOI8-r to find out what is the cause of the problem. > > > > > >Regards, > > >Konstantin Piroumian > > > > > &

Re: JSPGenerator encoding problem

2002-02-07 Thread Piroumian, Konstantin
riginal Message - From: "yuryx" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 08, 2002 9:46 AM Subject: Re: JSPGenerator encoding problem Thanx for ideas ,Vadim. But I can't undestand how declare JSP encoding. instead of <%out.println("&q

Re: JSPGenerator encoding problem

2002-02-07 Thread yuryx
viously JSP runtime is unable to read characters correctly. > >Regards, >Vadim > >>-Original Message- >>From: yuryx [mailto:[EMAIL PROTECTED]] >>Sent: Thursday, February 07, 2002 1:06 PM >>To: [EMAIL PROTECTED] >>Subject: Re: JSPGenerator e

RE: JSPGenerator encoding problem

2002-02-07 Thread Vadim Gritsenko
D] > Subject: Re: JSPGenerator encoding problem > > Without transformation I have > > > > > > ÐÒÉ×ÅÔ! > > > > > > > Problem with generation, I know... > > Piroumian, Konstantin wrote: > > >Is it the problem of JSPGenera

Re: JSPGenerator encoding problem

2002-02-07 Thread yuryx
Thursday, February 07, 2002 7:50 PM >Subject: JSPGenerator encoding problem > > >Hello all! > >I have following problem. >JSPGenerator doesn't normally encoding non english characters. >Simple sample: >sample.jsp: ><%out.println("");%> ><%@

Re: JSPGenerator encoding problem

2002-02-07 Thread Piroumian, Konstantin
Piroumian - Original Message - From: "yuryx" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 07, 2002 7:50 PM Subject: JSPGenerator encoding problem Hello all! I have following problem. JSPGenerator doesn't normally encoding non english

JSPGenerator encoding problem

2002-02-07 Thread yuryx
Hello all! I have following problem. JSPGenerator doesn't normally encoding non english characters. Simple sample: sample.jsp: <%out.println("");%> <%@ page language="java" import="java.text.SimpleDateFormat,java.util.*,java.sql.*"%> <%out.println("ÐÒÉ×ÅÔ!");%> sample.xsl: