RE: jfor encoding problem (POST encoding problem, indeed)

2003-06-04 Thread Yan, Charlene
ECTED] Subject: Fwd: jfor encoding problem (POST encoding problem, indeed) Hi Charlene, > using the Orderpage example at > http://localhost:8080/cocoon/samples/stream/order. If you add version="1.0" encoding="ISO-8859-1"?> at the top of the default xml > and chang

Fwd: jfor encoding problem (POST encoding problem, indeed)

2003-06-04 Thread Bertrand Delacretaz
x27;s StreamGenerator is used to read your XML from an HTML form field. Your encoding problem is caused by the StreamGenerator using the wrong encoding when *reading data* from the form's POST request. To use a different encoding, you have to change the HTML code of the form, replacing

FW: jfor encoding problem

2003-06-04 Thread Yan, Charlene
bject: Re: jfor encoding problem Le Lundi, 2 juin 2003, à 21:51 Europe/Zurich, Yan, Charlene a écrit : > ... > I'm trying to display accented characters correctly using jfor. > However, when I try to run > http://localhost:8080/cocoon/samples/jfor/minimal.rtf, it gives the &g

RE: jfor encoding problem

2003-06-04 Thread Yan, Charlene
bject: Re: jfor encoding problem Le Lundi, 2 juin 2003, à 21:51 Europe/Zurich, Yan, Charlene a écrit : > ... > I'm trying to display accented characters correctly using jfor. > However, when I try to run > http://localhost:8080/cocoon/samples/jfor/minimal.rtf, it gives the &g

Re: jfor encoding problem

2003-06-03 Thread Bertrand Delacretaz
Le Mardi, 3 juin 2003, à 07:40 Europe/Zurich, Bertrand Delacretaz a écrit : ...Is the encoding declaration correct in your input XML? Sorry, didn't notice that this was answered already (but I had two other messages from the same person at my private address ;-) -Bertrand -

Re: jfor encoding problem

2003-06-03 Thread Bertrand Delacretaz
Le Lundi, 2 juin 2003, à 21:51 Europe/Zurich, Yan, Charlene a écrit : ... I'm trying to display accented characters correctly using jfor. However, when I try to run http://localhost:8080/cocoon/samples/jfor/minimal.rtf, it gives the following exception. I have put some French words such as "G

RE: jfor encoding problem

2003-06-03 Thread Yan, Charlene
MAIL PROTECTED] Sent: Monday, June 02, 2003 5:05 PM To: [EMAIL PROTECTED] Subject: RE: jfor encoding problem Charlene, it looks to me like your problem is not with jfor, but merely with parsing the XML source file. The parser thinks the French text is encoded as UTF-8, but my guess is that i

RE: jfor encoding problem

2003-06-03 Thread Conal Tuohy
encoding declaration to the start of the file. e.g. Cheers Con > -Original Message- > From: Yan, Charlene [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 3 June 2003 07:52 > To: [EMAIL PROTECTED] > Subject: jfor encoding problem > > > Hi everyone, > > I'm tr

jfor encoding problem

2003-06-03 Thread Yan, Charlene
Hi everyone, I'm trying to display accented characters correctly using jfor. However, when I try to run http://localhost:8080/cocoon/samples/jfor/minimal.rtf, it gives the following exception. I have put some French words such as "Gére" in the xml file. Looks like it is a parser issue. Anyo

encoding problem and xsp

2003-03-25 Thread Lionel Crine
Hello, I'm having trouble with my xsp page and ISO-8859-1 encoding. I use cocoon-2.0.4. I have an xsp which get the request object of a form and create again a link for an xsl page which redirect all to frame. All generators, transfomers and serializer have to parameter. the sitemap :

character encoding problem with resource reader?

2003-03-18 Thread Robert Douglass
I'm encountering a problem where this à character in a javascript file causes illegal character exceptions when read with the resource reader, but not when I open the file up directly from the filesystem. The character occurs inside a javascript character array ["Ã"]. Cocoon serves an html page and

encoding problem with xsp pages

2003-03-06 Thread boessem
Title: Nachricht hi,   does anyone know why when using xsp or espacially esql, all characters like ä,ö,ü etc. are turned into funny characters like Ã(ö).   i am trying to firgure out why that happens, and what unicode i have to use for languages using those characters, like e.g. german.   th

Re: esql character encoding problem

2002-12-18 Thread Christian Haul
On 18.Dec.2002 -- 05:33 PM, [EMAIL PROTECTED] wrote: > SORRY I'VE POSTED THIS YET BUT I FORGOT THE SUBJECT > > I'm using ESQL to read and write data from a MYSQL database. > > When I fill a field with non US characters, I see strange characters instead of the >ones I expected. > For example, whe

esql character encoding problem

2002-12-18 Thread [EMAIL PROTECTED]
SORRY I'VE POSTED THIS YET BUT I FORGOT THE SUBJECT I'm using ESQL to read and write data from a MYSQL database. When I fill a field with non US characters, I see strange characters instead of the ones I expected. For example, when I write the string "òàù", this is written like "=a?", even

Re: R: encoding problem

2002-10-25 Thread Bruno Dumon
On Fri, 2002-10-25 at 16:33, Bert Van Kets wrote: > Of course I checked the mail logs before bugging the list. I could not > find a solution though. I did find that I need to use UTF-8 and not > iso-8859-1 (the Cocoon default) > > Searching through the source I found that a LOT of classes and

Re: encoding problem

2002-10-25 Thread Boris Althaus
ginal Message - From: Bert Van Kets To: [EMAIL PROTECTED] Sent: Friday, October 25, 2002 4:58 PM Subject: Re: encoding problem I'm using a build from 14 May 2002.  This doesn't have this action yet.  I'll check a recent build and try that.Do you mea

Re: R: R: encoding problem

2002-10-25 Thread Bert Van Kets
TECTED] > Oggetto: Re: R: encoding problem > > > Of course I checked the mail logs before bugging the list. I could not > find a solution though. I did find that I need to use UTF-8 and not > iso-8859-1 (the Cocoon default) > > Searching through the source I found that a LO

Re: encoding problem

2002-10-25 Thread Bert Van Kets
the map:actions section contains following: and at the beginning of a pipeline That should work. Boris - Original Message - From: <mailto:bert@;vankets.com>Bert Van Kets To: <mailto:cocoon-users@;xml.apache.org>[EMAIL PROTECTED] Sent: Friday, October 25, 2002 1:39 P

Re: encoding problem

2002-10-25 Thread Boris Althaus
PM Subject: encoding problem Hi all,I have a mySQL database with varchar fields containing foreign characters (ex. ë)  Queries in the mySQL client yield correct results.When I do a query using the SQLTransfomer or esql the non ASCII characters are not presented properly.  The ë is

R: R: encoding problem

2002-10-25 Thread Luca Morandini
riginale- > Da: Bert Van Kets [mailto:bert@;vankets.com] > Inviato: venerdì 25 ottobre 2002 16.33 > A: [EMAIL PROTECTED] > Oggetto: Re: R: encoding problem > > > Of course I checked the mail logs before bugging the list. I could not > find a solution though. I did find

Re: R: encoding problem

2002-10-25 Thread Bert Van Kets
ngs. Luca Morandini [EMAIL PROTECTED] > -Messaggio originale- > Da: Bert Van Kets [mailto:bert@;vankets.com] > Inviato: venerdì 25 ottobre 2002 13.39 > A: [EMAIL PROTECTED] > Oggetto: encoding problem > > > Hi all, > > I have a mySQL database with var

R: encoding problem

2002-10-25 Thread Luca Morandini
rt@;vankets.com] > Inviato: venerdì 25 ottobre 2002 13.39 > A: [EMAIL PROTECTED] > Oggetto: encoding problem > > > Hi all, > > I have a mySQL database with varchar fields containing foreign characters > (ex. ë) Queries in the mySQL client yield correct results. > When I

encoding problem

2002-10-25 Thread Bert Van Kets
Hi all, I have a mySQL database with varchar fields containing foreign characters (ex. ë) Queries in the mySQL client yield correct results. When I do a query using the SQLTransfomer or esql the non ASCII characters are not presented properly. The ë is converted to ë Here's the pipeline:

Re: AW: Encoding problem with HTML-serializer and URLs

2002-10-15 Thread Alex Romayev
lem could be > in the HTML serializer which does assume characters > in href attributes > always as "UTF-8"?!? Yes this makes sense, doesn't > it? > > > Regards > Stefan > > -Ursprungliche Nachricht----- > Von: Alex Romayev [mailto:[EMAIL PROTECT

AW: Encoding problem with HTML-serializer and URLs

2002-10-14 Thread Stefan Riegel
d be in the HTML serializer which does assume characters in href attributes always as "UTF-8"?!? Yes this makes sense, doesn't it? Regards Stefan -Ursprungliche Nachricht- Von: Alex Romayev [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 14. Oktober 2002 18:29 An: [EMAIL PROTECTED

Re: Encoding problem with HTML-serializer and URLs

2002-10-14 Thread Alex Romayev
Try this in your sitemap: and --- Stefan Riegel <[EMAIL PROTECTED]> wrote: > Hello, > > doing the following I do not get the expected > results. The german umlaut > with "ISO-8859-1" converts magically to "UTF-8". All > encodings > (html-/xml-serializers, xml-files, xsl-file

Encoding problem with HTML-serializer and URLs

2002-10-14 Thread Stefan Riegel
Hello, doing the following I do not get the expected results. The german umlaut with "ISO-8859-1" converts magically to "UTF-8". All encodings (html-/xml-serializers, xml-files, xsl-files) are set to "ISO-8859-1" src.xml: ... ö (ö = german umlaut for "oe") ... Sitemap snippet:

RE: SunShine-InsertTransformer: encoding problem

2002-10-10 Thread Carsten Ziegeler
; To: [EMAIL PROTECTED] > Subject: RE: SunShine-InsertTransformer: encoding problem > > > --- Carsten Ziegeler <[EMAIL PROTECTED]> wrote: > > > > Alex Romayev wrote: > > > > This is currently hard coded into the > > transformer(!) > > >

RE: SunShine-InsertTransformer: encoding problem

2002-10-08 Thread Alex Romayev
--- Carsten Ziegeler <[EMAIL PROTECTED]> wrote: > > Alex Romayev wrote: > > > This is currently hard coded into the > transformer(!) > > > which > > > means you can't do anything against it... > > > The InsertTransformer has been merged with the > > > SourceWritingTransformer > > > in 2.1-dev - t

RE: SunShine-InsertTransformer: encoding problem

2002-10-07 Thread Carsten Ziegeler
Alex Romayev wrote: > > This is currently hard coded into the transformer(!) > > which > > means you can't do anything against it... > > The InsertTransformer has been merged with the > > SourceWritingTransformer > > in 2.1-dev - the SourceWritingTransformer can be > > configured > > to what enco

RE: SunShine-InsertTransformer: encoding problem

2002-10-07 Thread Alex Romayev
--- Carsten Ziegeler <[EMAIL PROTECTED]> wrote: > > Alex Romayev wrote: > > > > > > Hi, > > > > > > > > I'm trying my way around SunShine and running > into > > > 2 > > > > problems: > > > > > > > > 1) I have an existing XML file with UTF-8 > > > encoding. > > > > I > > > > use InsertTransfo

RE: SunShine-InsertTransformer: encoding problem

2002-10-07 Thread Carsten Ziegeler
Alex Romayev wrote: > > > > Hi, > > > > > > I'm trying my way around SunShine and running into > > 2 > > > problems: > > > > > > 1) I have an existing XML file with UTF-8 > > encoding. > > > I > > > use InsertTransformer to add a new record. It > > does > > > so > > > correctly, but changes

Re: SunShine-InsertTransformer: encoding problem

2002-10-07 Thread Alex Romayev
Sorry for the re-post, but there have been some mail problems on Friday when I posted it and I haven't heard from anyone since then. I'm still struggling with both problems, so any help would be greatly appreciated. Alex --- Alex Romayev <[EMAIL PROTECTED]> wrote: > Sorry the "C" is supposed to

Re: SunShine-InsertTransformer: encoding problem

2002-10-04 Thread Alex Romayev
Sorry the "C" is supposed to read as (I'm separating with spaces) "& # 1 0 5 7 ;", the browser displays it as a letter "C". --- Alex Romayev <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying my way around SunShine and running into 2 > problems: > > 1) I have an existing XML file with UTF-8 encod

SunShine-InsertTransformer: encoding problem

2002-10-04 Thread Alex Romayev
Hi, I'm trying my way around SunShine and running into 2 problems: 1) I have an existing XML file with UTF-8 encoding. I use InsertTransformer to add a new record. It does so correctly, but changes the file encoding to ISO-8859-1 and replaces all non-English text with "С"s and alike. 2) I hav

Re: Encoding problem

2002-09-18 Thread Alex Romayev
--- Vadim Gritsenko <[EMAIL PROTECTED]> wrote: > Alex Romayev wrote: > > >--- Vadim Gritsenko <[EMAIL PROTECTED]> > >wrote: > > > > > >>Alex Romayev wrote: > >> > >> > >> > >>>--- Vadim Gritsenko <[EMAIL PROTECTED]> > >>>wrote: > >>> > ... > > >>>Good point, I may have a problem in anothe

Re: Encoding problem

2002-09-18 Thread Vadim Gritsenko
Alex Romayev wrote: >--- Vadim Gritsenko <[EMAIL PROTECTED]> >wrote: > > >>Alex Romayev wrote: >> >> >> >>>--- Vadim Gritsenko <[EMAIL PROTECTED]> >>>wrote: >>> ... >>>Good point, I may have a problem in another stylesheet >>> >>>(part of the pipeline that responds to the url in >>>questio

Re: Encoding problem

2002-09-18 Thread Alex Romayev
et > >(part of the pipeline that responds to the url in > >question): > > > >This parameter is set by the href: > > > > > >This should match and does it correctly when > 'Delhi' > >is passed, but does not match when I pass 'Äåëè

Re: Encoding problem

2002-09-18 Thread Vadim Gritsenko
his should match and does it correctly when 'Delhi' >is passed, but does not match when I pass 'Äåëè': > >>>>>select="$city"/> >>>>> >>>>>After transformation I get: >>>>>>>>> >>&

Re: Encoding problem

2002-09-18 Thread Alex Romayev
>>> > >>href="city-detail?city=%D0%94%D0%B5%D0%BB%D0%B8">Äåëè > >> > >> > >>What's serializer configuration? Does it have > proper > >>encoding set? > >> > >> > > > >I'm

Re: Encoding problem

2002-09-18 Thread Vadim Gritsenko
gt;> >>>After transformation I get: >>>>> >>> >>href="city-detail=%D0%94%D0%B5%D0%BB%D0%B8">Äåëè >> >> >>What's serializer configuration? Does it have proper >>encoding set? >> >> > >I

Re: Encoding problem

2002-09-18 Thread Ivan Luzyanin
; ... > > select="$city"/> > > After transformation I get: > href="city-detail=%D0%94%D0%B5%D0%BB%D0%B8">Äåëè > > --- Alex Romayev <[EMAIL PROTECTED]> wrote: > > Hello, > > > > I'm having what seems to be an encoding proble

Re: Encoding problem

2002-09-18 Thread Alex Romayev
> > >href="city-detail=%D0%94%D0%B5%D0%BB%D0%B8">Äåëè > > > > What's serializer configuration? Does it have proper > encoding set? I'm using the default, i.e., I haven't changed anything since installation. > > Vadim > > > >

Re: Encoding problem

2002-09-18 Thread Vadim Gritsenko
ormation I get: >href="city-detail=%D0%94%D0%B5%D0%BB%D0%B8">Äåëè > What's serializer configuration? Does it have proper encoding set? Vadim >--- Alex Romayev <[EMAIL PROTECTED]> wrote: > > >>Hello, >> >>I'm having what seems to be

Re: Encoding problem

2002-09-18 Thread Alex Romayev
utf-8 > > - Original Message - > From: "Alex Romayev" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, September 18, 2002 12:53 PM > Subject: Re: Encoding problem > > > > Let me be more specific and also simplify the &g

Re: Encoding problem

2002-09-18 Thread Barbara Post
maybe : try to use Russian-compatible output encoding rather than utf-8 ? - Original Message - From: "Alex Romayev" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 18, 2002 12:53 PM Subject: Re: Encoding problem > Let me be more speci

Re: Encoding problem

2002-09-18 Thread Alex Romayev
Let me be more specific and also simplify the example: Works: ... After transformation I get: Delhi Does not work: ... After transformation I get: Äåëè --- Alex Romayev <[EMAIL PROTECTED]> wrote: > Hello, > > I'm having what seems to be an encoding problem

Encoding problem

2002-09-17 Thread Alex Romayev
Hello, I'm having what seems to be an encoding problem -- not sure it's related to Cocoon, but... ;) All my xml is UTF-8, it work in English, but not in Russian. Any ideas? Thanks, -Alex - Please check

Re: encoding problem with xslt

2002-07-12 Thread Jens Lorenz
- Original Message - From: "Joerg Heinicke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 12, 2002 5:23 PM Subject: Re: encoding problem with xslt > Hmm, I didn't test it a long time and didn't find a correlating bug by a > short v

Re: encoding problem with xslt

2002-07-12 Thread Jens Lorenz
- Original Message - From: "Vadim Gritsenko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 12, 2002 5:05 PM Subject: RE: encoding problem with xslt > > Thanks for you input Vadim. But do not only think of web sites. But > > also o

Re: encoding problem with xslt

2002-07-12 Thread Joerg Heinicke
EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, July 12, 2002 4:45 PM > Subject: Re: encoding problem with xslt > > > >>>If anyone has some more ideas on this topic (non-ISO-8859-1 characters >>>within URIs), I would greatly appreciate som

RE: encoding problem with xslt

2002-07-12 Thread Vadim Gritsenko
> From: Jens Lorenz [mailto:[EMAIL PROTECTED]] > > - Original Message - > From: "Vadim Gritsenko" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, July 12, 2002 4:36 PM > Subject: RE: encoding problem with xslt > >

Re: encoding problem with xslt

2002-07-12 Thread Jens Lorenz
- Original Message - From: "Joerg Heinicke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 12, 2002 4:45 PM Subject: Re: encoding problem with xslt > > If anyone has some more ideas on this topic (non-ISO-8859-1 characters > > within

Re: encoding problem with xslt

2002-07-12 Thread Jens Lorenz
- Original Message - From: "Vadim Gritsenko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 12, 2002 4:36 PM Subject: RE: encoding problem with xslt > > From: Jens Lorenz [mailto:[EMAIL PROTECTED]] > > > ... > > If anyone has so

Re: encoding problem with xslt

2002-07-12 Thread Joerg Heinicke
> If anyone has some more ideas on this topic (non-ISO-8859-1 characters > within URIs), I would greatly appreciate some more input. > Conclusion for me is to avoid such characters in URIs. But this does > not get easily into the heads of our customers and users. (e.g. file > names) According to

RE: encoding problem with xslt

2002-07-12 Thread Vadim Gritsenko
> From: Jens Lorenz [mailto:[EMAIL PROTECTED]] > ... > If anyone has some more ideas on this topic (non-ISO-8859-1 characters > within URIs), I would greatly appreciate some more input. IMHO, non-ascii characters in URIs should be avoided by all means possible. Less issues for you *and* for vi

Re: encoding problem with xslt

2002-07-12 Thread Jens Lorenz
- Original Message - From: "thorsten schmid" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, July 12, 2002 2:17 PM Subject: encoding problem with xslt Hi Thorsten, > ==

RE: encoding problem with xslt

2002-07-12 Thread Manos Batsis
> From: Joerg Heinicke [mailto:[EMAIL PROTECTED]] > Still no. Of course you can write this in your XML input, but in the > serialized output a valid URL has to be written. And ä > is not valid, > the & is reserved for concatenating request parameters. My apologies, I should have read the me

Re: encoding problem with xslt

2002-07-12 Thread Joerg Heinicke
Manos Batsis wrote: >>From: Joerg Heinicke [mailto:[EMAIL PROTECTED]] >>> >>>desired output: >>href="frameset.xsp?filename=foo.xml&searchstring=Integrations& >>auml;mter"> >> >>>Integrationsämter >>> . >>>

RE: encoding problem with xslt

2002-07-12 Thread Manos Batsis
> From: Joerg Heinicke [mailto:[EMAIL PROTECTED]] > > > > desired output: > > href="frameset.xsp?filename=foo.xml&searchstring=Integrations& > auml;mter"> > > Integrationsämter > >. > > ==

Re: encoding problem with xslt

2002-07-12 Thread Joerg Heinicke
Hello Thorsten, there was a bug in Xalan with URL encoding more than a half year ago, but I don't know what's the current status. > > > > frameset.xsp?filename= select="@sourcefile"/>&searchstring= disable-output-escaping="yes" select="."/> > > > > > You can remove

encoding problem with xslt

2002-07-12 Thread thorsten schmid
Hello, I have a problem regarding XSLT and the transformation of non-english iso-8859-1 encoded characters like the German "Umlaute" (e.g. ü a double dotted u). I am using cocoon 2.1-dev, tomcat 4.0.1 with jdk1.3.1.. The transformation works fine as long as I don't use the element.

encoding problem

2002-06-14 Thread S.M. Siebinga
Hi all, I have a small encoding problem in cocoon 2.0.2. I have a utf-8 encoded text that is transformed to html with an xsl stylesheet. After the processing the unicode characters aren't displayed properly. When I looked at the page source my characters were hardcoded in html entities

RE: Tomcat/cocoon encoding problem

2002-06-10 Thread Vadim Gritsenko
> From: Michael Mangeng [mailto:[EMAIL PROTECTED]] > > Hi > > thanx for your help but i´ve already solved the problem with the help of Jan > Uyttenhove. > My locale settings on the linux box had to be changed too. > > I´ve written this points together: (hope they help if sombody get the same >

Re: Tomcat/cocoon encoding problem

2002-06-10 Thread KOZLOV Roman
file.encoding=ISO8859_1' > > sitemap.xmap: > Use ISO-8859-1 in the according (e.g. html) > tag. > > XML/XSP: > Use: > -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- > > greetings > mike > - Original Message ----- > From: "KOZLOV Roman" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED

Re: Tomcat/cocoon encoding problem

2002-06-10 Thread Michael Mangeng
itemap.xmap: Use ISO-8859-1 in the according (e.g. html) tag. XML/XSP: Use: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- greetings mike - Original Message - From: "KOZLOV Roman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 10, 2002 9:17 AM S

Re: Tomcat/cocoon encoding problem

2002-06-09 Thread KOZLOV Roman
´t do it ;-( *searching* thanx anywaymike > > - Original Message - > From: Jan Uyttenhove > To: [EMAIL PROTECTED] > Sent: Friday, June 07, 2002 5:30 PM > Subject: RE: Tomcat/cocoon encoding problem > Try to start the jvm (tomcat startup) with pr

Re: Tomcat/cocoon encoding problem

2002-06-08 Thread Michael Mangeng
That didn´t do it ;-(   *searching*   thanx anyway mike - Original Message - From: Jan Uyttenhove To: [EMAIL PROTECTED] Sent: Friday, June 07, 2002 5:30 PM Subject: RE: Tomcat/cocoon encoding problem Try to start the jvm (tomcat startup) with property

RE: Tomcat/cocoon encoding problem

2002-06-08 Thread Jan Uyttenhove
-From: Michael Mangeng [mailto:[EMAIL PROTECTED]]Sent: vrijdag 7 juni 2002 16:47To: [EMAIL PROTECTED]Subject: Tomcat/cocoon encoding problem Hi   I´ve set the encoding of both the xsp and the xml serializer correctly. After i request the xml i get the right encoding - ISO-8859-1

Tomcat/cocoon encoding problem

2002-06-07 Thread Michael Mangeng
Hi   I´ve set the encoding of both the xsp and the xml serializer correctly. After i request the xml i get the right encoding - ISO-8859-1 in the tag but german umlaut´s like äöü are replaced by '?'.   I´ve noticed the same problem when i use beans on my JSP Pages (without cocoon; only tomc

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
Hi Peter! I try your recomendation but it don't solved my problem :( Encoding problem in Generator , or, maybe, in jasper compiller... Yury Peter Schwenke wrote: >Hi Yury, > >Have you tried > > > > src="org.apache.cocoon.serializ

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:

Encoding problem

2002-01-20 Thread Chistophe Rykiel
Hello, In order to try to understand cocoon, I am currently playing with the "Samples Forms" examples :   When I add a new employee with the name "André Testeur" , the database package send it  with the wrong char encoding to the db   In order to correct this I patched org.apache.cocoon.act

Encoding problem with dynamic content in XSP

2001-12-13 Thread Anders Conrad
Hello from a new XSP user.   I ask advice and suggestions on how to get dynamic content in UTF-8 encoding correctly through XSP. I am using Cocoon 1.8.2 with Tomcat 3.2.3 and Apache 1.3.14, running on Suse Linux 7.1.   I have made an  search page that retrieves data from the dbXML database (s

RE: urgent encoding problem...

2001-12-13 Thread Karl Øie
ECTED]Subject: Re: urgent encoding problem... Hi karl,                 In cocoon 1.8.2 there is no XMLSerializer ot HTMLSerializer .. can you tell which are the files which does the work of these in 1.8. 2  please reg Arun.N     - Ori

Re: urgent encoding problem...

2001-12-13 Thread Arun.N
PROTECTED] Sent: Wednesday, December 12, 2001 6:33 PM Subject: RE: urgent encoding problem... erm... that code snipple was from the XMLSerializer, not the HTMLSerializer as i wrote, but the approach should be the same.. sorry!   mvh karl øie -Original Message

RE: urgent encoding problem...

2001-12-12 Thread Karl Øie
: RE: urgent encoding problem... the increasing page size does not concern me (:-) because the serializer should write directly to the response.getPrintWriter(). Then again, the serializer does not flush before the end of the page, so users must wait till the page is finished

RE: urgent encoding problem...

2001-12-12 Thread Karl Øie
this note from the xalan faq   http://xml.apache.org/xalan-j/usagepatterns.html#outputencoding     mvh karl øie     -Original Message-From: Arun.N [mailto:[EMAIL PROTECTED]]Sent: 12. desember 2001 13:33To: [EMAIL PROTECTED]; [EMAIL PROTECTED]Subject: Re: urgent encoding pr

Re: urgent encoding problem...

2001-12-12 Thread Arun.N
karl øie   -Original Message-From: Arun.N [mailto:[EMAIL PROTECTED]]Sent: 12. desember 2001 12:48To: [EMAIL PROTECTED]Subject: Re: urgent encoding problem... Hi all,             First of all i thank everybody for not bothering to reply. I corrected the

RE: urgent encoding problem...

2001-12-12 Thread Karl Øie
MAIL PROTECTED]]Sent: 12. desember 2001 12:48To: [EMAIL PROTECTED]Subject: Re: urgent encoding problem... Hi all,             First of all i thank everybody for not bothering to reply. I corrected the second and the third problem. If the list is still alive and anyone cares to give me

Re: urgent encoding problem...

2001-12-12 Thread Arun.N
: Arun.N To: [EMAIL PROTECTED] Sent: Tuesday, December 11, 2001 1:31 PM Subject: urgent encoding problem... Hi all,     I have some problems with the xsp pages and encoding. When i try to display Shift_JIS encoded characters it is not displaying properly

urgent encoding problem...

2001-12-10 Thread Arun.N
 Hi all,     I have some problems with the xsp pages and encoding. When i try to display Shift_JIS encoded characters it is not displaying properly. when i hard code the japnese characters it is working properly. for example in this xsp page     language="java"  encoding="Shift_J

encoding problem

2001-08-13 Thread Roman Lapacz
Hello I want to ask you haw to set encoding in Cocoon. I know that it is described in FAQ section, but I've done everything (I think so) according to this and the result was '?' sign displaying. Below I show you details: in my xml file : in 'cocoon.properties' file : processor.x