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

2003-06-05 Thread Yan, Charlene
] 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 ?xml version=1.0 encoding=ISO-8859-1? at the top of the default xml and change Order Id to be Gérer, the next html

RE: jfor encoding problem

2003-06-04 Thread Yan, Charlene
To: [EMAIL PROTECTED] Cc: Yan, Charlene Subject: 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

FW: jfor encoding problem

2003-06-04 Thread Yan, Charlene
To: [EMAIL PROTECTED] Cc: Yan, Charlene Subject: 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

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

2003-06-04 Thread Bertrand Delacretaz
nothing to do with jfor - in your scenario, Cocoon'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

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.

RE: jfor encoding problem

2003-06-03 Thread Conal Tuohy
an encoding declaration to the start of the file. e.g. ?xml version=1.0 encoding=ISO-8859-1? 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 trying

RE: jfor encoding problem

2003-06-03 Thread Yan, Charlene
: 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 it actually uses ISO-8859

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

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

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 encoding 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.

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 if

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, 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:

R: encoding problem

2002-10-25 Thread Luca Morandini
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 do a query using the SQLTransfomer or esql the non ASCII characters

R: R: encoding problem

2002-10-25 Thread Luca Morandini
- 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 that I need to use UTF-8 and not iso-8859-1

Re: encoding problem

2002-10-25 Thread Boris Althaus
="form-encoding" value="UTF-8"//map:act That should work. Boris - Original Message - From: Bert Van Kets To: [EMAIL PROTECTED] Sent: Friday, October 25, 2002 1:39 PM Subject: encoding problem Hi all,I have a mySQL database with varchar field

Re: encoding problem

2002-10-25 Thread Bert Van Kets
: mailto:bert;vankets.comBert Van Kets To: mailto:cocoon-users;xml.apache.org[EMAIL PROTECTED] Sent: Friday, October 25, 2002 1:39 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

Re: R: R: encoding problem

2002-10-25 Thread Bert Van Kets
: 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 LOT of classes and XSLTs set the encoding to iso-8859-1

Re: encoding problem

2002-10-25 Thread Boris Althaus
pe="upd-mitarbeiter"//map:action-set/map:action-sets I don't know if there are other possibilities. Boris - Original 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

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

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: html head ... a href=dest?selection=öö/ (ö = german umlaut for oe)

Re: Encoding problem with HTML-serializer and URLs

2002-10-14 Thread Alex Romayev
Try this in your sitemap: map:action name=set-character-encoding src=org.apache.cocoon.acting.SetCharacterEncodingAction/ and map:act type=set-character-encoding map:parameter name=form-encoding value=your-encoding/ /map:act --- Stefan Riegel [EMAIL PROTECTED] wrote: Hello,

RE: SunShine-InsertTransformer: encoding problem

2002-10-11 Thread Carsten Ziegeler
PROTECTED] Subject: RE: SunShine-InsertTransformer: encoding problem --- 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

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 - the

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 read

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 the file encoding to ISO-8859-1

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 InsertTransformer to add a new record. It does so

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 encoding should be

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 #1057;s and alike. 2) I

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 encoding. I use

Re: Encoding problem

2002-09-18 Thread Alex Romayev
=$cityxsl:value-of select=$city//a After transformation I get: a href=city-detail=%D0%94%D0%B5%D0%BB%D0%B8Äåëè/a --- Alex Romayev [EMAIL PROTECTED] wrote: Hello, I'm having what seems to be an encoding problem -- not sure it's related to Cocoon, but... ;) xsl:for-each select=//city-name

Re: Encoding problem

2002-09-18 Thread Barbara Post
maybe : a href=city-detail={$city}xsl:value-of select=$city//a 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

Re: Encoding problem

2002-09-18 Thread Alex Romayev
- 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 example: Works: xsl:param name=city select='Delhi'/ ... a href

Re: Encoding problem

2002-09-18 Thread Vadim Gritsenko
transformation I get: a href=city-detail=%D0%94%D0%B5%D0%BB%D0%B8Äåëè/a What's serializer configuration? Does it have proper encoding set? Vadim --- Alex Romayev [EMAIL PROTECTED] wrote: Hello, I'm having what seems to be an encoding problem -- not sure it's related to Cocoon

Re: Encoding problem

2002-09-18 Thread Alex Romayev
proper encoding set? I'm using the default, i.e., I haven't changed anything since installation. Vadim --- Alex Romayev [EMAIL PROTECTED] wrote: Hello, I'm having what seems to be an encoding problem -- not sure it's related to Cocoon, but... ;) xsl:for-each select

Re: Encoding problem

2002-09-18 Thread Vadim Gritsenko
PROTECTED] wrote: Hello, I'm having what seems to be an encoding problem -- not sure it's related to Cocoon, but... ;) xsl:for-each select=//city-name a href=city-detail?city-name={.}xsl:value-of select=.//abr/ /xsl:for-each All my xml is UTF-8, it work in English

Re: Encoding problem

2002-09-18 Thread Alex Romayev
encoding set? I'm using the default, i.e., I haven't changed anything since installation. Vadim --- Alex Romayev [EMAIL PROTECTED] wrote: Hello, I'm having what seems to be an encoding problem -- not sure it's related to Cocoon

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 question): This parameter is set by the

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 another stylesheet (part of the pipeline that

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... ;) xsl:for-each select=//city-name a href=city-detail?city-name={.}xsl:value-of select=.//abr/ /xsl:for-each All my xml is UTF-8, it work in English, but not in Russian. Any ideas? Thanks

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. xsl:template match='c[@color=blue]' xsl:element name=a xsl:attribute name=href frameset.xsp?filename=xsl:value-of

RE: encoding problem with xslt

2002-07-12 Thread Manos Batsis
From: Joerg Heinicke [mailto:[EMAIL PROTECTED]] desired output: a href=frameset.xsp?filename=foo.xmlsearchstring=Integrations auml;mter Integrationsauml;mter /a .

Re: encoding problem with xslt

2002-07-12 Thread Joerg Heinicke
Manos Batsis wrote: From: Joerg Heinicke [mailto:[EMAIL PROTECTED]] desired output: a href=frameset.xsp?filename=foo.xmlsearchstring=Integrations auml;mter Integrationsauml;mter /a .

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 auml; is not valid, the is reserved for concatenating request parameters. My apologies, I should have read the

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 the

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 some more ideas on this topic (non-ISO-8859-1 characters

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 URIs), I would greatly appreciate some more

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 From: Jens Lorenz [mailto:[EMAIL PROTECTED]] ... If anyone has

Re: encoding problem with xslt

2002-07-12 Thread Joerg Heinicke
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 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

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 snip/ Thanks for you input Vadim. But do not only think of web sites. But also of web applications. Think of a web cms

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 view on Xalan bug list. It was a bug in our

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 like

Re: Tomcat/cocoon encoding problem

2002-06-10 Thread KOZLOV Roman
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 property -Dfile.encoding

Re: Tomcat/cocoon encoding problem

2002-06-10 Thread Michael Mangeng
10, 2002 9:17 AM Subject: Re: Tomcat/cocoon encoding problem Hi Michael, Did you set the proper encoding for used cocoon's components (generator, transformer and so on)? I imagine that serializer has it because you wrote that the result XML encoding is ok. What about other

Re: Tomcat/cocoon encoding problem

2002-06-10 Thread KOZLOV Roman
? -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- greetings mike - Original Message - From: KOZLOV Roman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 10, 2002 9:17 AM Subject: Re: Tomcat/cocoon encoding problem Hi Michael, Did you set the proper encoding

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 probs):

RE: Tomcat/cocoon encoding problem

2002-06-08 Thread Jan Uyttenhove
: 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. Afteri requestthe xml i get the right encoding - ISO-8859-1

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

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. Afteri requestthe xml i get the right encoding - ISO-8859-1 in the ?xml ... ? tag but german umlaut´s like äöü are replacedby '?'. I´ve noticed the same problem when i use beans on my JSP Pages (without cocoon;

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 ?xml version=1.0 encoding=KOI8-R? in header jsp page or map:generator name=jsp src=org.apache.cocoon.generation.JspGenerator logger=sitemap.generator.jsp label=content,data

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(?xml version='1.0' encoding='koi8-r'?);% I try ?xml version='1.0' encoding='KOI8-R'? in sample.jsp but again it

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%?xml version='1.0'

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 ?xml version=1.0 encoding=KOI8-R? in header jsp page or map:generator

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 ?xml

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 map:serialize type=html

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(?xml version='1.0' encoding='koi8-r'?);% %@ page language=java import=java.text.SimpleDateFormat,java.util.*,java.sql.*% page content

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 characters. Simple sample: sample.jsp

Re: JSPGenerator encoding problem

2002-02-07 Thread yuryx
, 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(?xml version='1.0' encoding='koi8-r'?);% %@ page language=java import

RE: JSPGenerator encoding problem

2002-02-07 Thread Vadim Gritsenko
: JSPGenerator encoding problem Without transformation I have page content paraETH;Ograve;Eacute;times;Aring;Ocirc;!/para /content /page Problem with generation, I know... Piroumian, Konstantin wrote: Is it the problem of JSPGenerator or maybe this happens during

Re: JSPGenerator encoding problem

2002-02-07 Thread yuryx
not declares JSP encoding as it should. Obviously 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 encoding problem Without

Re: JSPGenerator encoding problem

2002-02-07 Thread Piroumian, Konstantin
] 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(?xml version='1.0' encoding='koi8-r'?);% I try ?xml version='1.0' encoding='KOI8-R'? in sample.jsp but again

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 map:serializers default=html map:serializer name=links src

Re: JSPGenerator encoding problem

2002-02-07 Thread yuryx
); % /content /page - Original 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(?xml version='1.0

Encoding problem

2002-01-20 Thread Chistophe Rykiel
Hello, In order to try to understand cocoon, I am currentlyplayingwith the "SamplesForms"examples : When I add a new employee with the name "André Testeur" , the database packagesend it with the wrong char encoding to the db In order to correct this I patched

Re: urgent encoding problem...

2001-12-13 Thread Arun.N
, 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-From: Karl Øie [mailto

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 xsp:pagesearch pagethat retrieves data from the dbXML

Re: urgent encoding problem...

2001-12-12 Thread 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. when i hard code

RE: urgent encoding problem...

2001-12-12 Thread Karl ie
sember 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 solution for thefirst proble

Re: urgent encoding problem...

2001-12-12 Thread Arun.N
] ; Arun.N Sent: Wednesday, December 12, 2001 5:44 PM Subject: RE: urgent encoding problem... it's not that people don't bother to answer you but a lot of people here don't have any experience with shift-jis encoding. as a Norwegian I have the same problem, non Scandinavians can

RE: urgent encoding problem...

2001-12-12 Thread Karl ie
: 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. when

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 ?xml version="1.0" encoding="Shift_JIS"?