Broken encoding UTF-8 in XSP

2003-02-20 Thread Egor
erpage .java class and serialize Than I'm trying to get it by URL http:///2.xml and see the same is input file The hex dump of 4 international chars in UTF-8 is "D1 27 D0 F7 D1 5F D1 27" So all is correct. But if I'm trying to get it by URL http://.../2.x

Re: utf-8 data printing using FOP

2003-02-19 Thread Mike Haarman
On Wed, 19 Feb 2003, Murad Jura wrote: > success. Serializer replaces russian characters by sharps (#). I > configured a FOP serializer as described in a cocoon documentation using > fonts from Win2000, but unfortunately this didn't help me. > How to solve this problem? > Get FOP installed and wo

utf-8 data printing using FOP

2003-02-19 Thread Murad Jura
Hello all, i have tried to print my russian data in a PDF format without any success. Serializer replaces russian characters by sharps (#). I configured a FOP serializer as described in a cocoon documentation using fonts from Win2000, but unfortunately this didn't help me. How to solve this pro

Re: form encoding UTF-8 / ISO-8859-1

2003-01-17 Thread CARLETTA ANGELO
-encoding UTF-8 The web.xml http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";> Vagen avec Cocoon2 Web module for Vagen Web Transactions vgnt vgnt Gateway for NT web transactions com.ibm.hpt.gateway.GatewayServlet hptGatewayPr

Re: form encoding UTF-8 / ISO-8859-1

2003-01-17 Thread Murad Jura
t whitou effect container-encoding ISO-8859-1 form-encoding UTF-8 In attachement, the sitemap.xmap and web.xml Angelo From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Fri, 17 Jan 2003

Re: form encoding UTF-8 / ISO-8859-1

2003-01-16 Thread Murad Jura
Artur Bialecki wrote: I looked at the javadoc for java.lang package (jdk1.3.1) and java.nio.charset.Charset (jdk1.4.1) and it looks like the UTF-8 is the correct name. I have a feeling setting the container encoding to ISO-8859-1 is what fixed your problem. Another word of caution is the

French character in JSP (UTF-8 / ISO-8859-1)

2003-01-16 Thread CARLETTA ANGELO
correctely. I have in my JSP The form and data entry are correct without cocoon With cocoon, the form is correct but the data entry have not correct Entry a data "René" and the résult of the send form is "René" I have add in the Sitemap.xmap, but the result is same UTF-8

RE: form encoding UTF-8 / ISO-8859-1

2003-01-16 Thread Artur Bialecki
I looked at the javadoc for java.lang package (jdk1.3.1) and java.nio.charset.Charset (jdk1.4.1) and it looks like the UTF-8 is the correct name. I have a feeling setting the container encoding to ISO-8859-1 is what fixed your problem. Another word of caution is the java.net.URLEncoder class

Re: form encoding UTF-8 / ISO-8859-1

2003-01-16 Thread Murad Jura
Martin Koeppe wrote: Hello, I'm using a recent developer version of cocoon 2.1 (Jan 9 2003), tomcat 4.1.12 on SuSE Linux 8.0 Kernel 2.4.20, and I found a problem with parsing the request parameters from a GET request: The browser (both Mozilla and IE) sends them as UTF-8, but cocoon inter

Re: form encoding UTF-8 / ISO-8859-1

2003-01-14 Thread Joerg Heinicke
n 2.1 (Jan 9 2003), tomcat 4.1.12 on SuSE Linux 8.0 Kernel 2.4.20, and I found a problem with parsing the request parameters from a GET request: The browser (both Mozilla and IE) sends them as UTF-8, but cocoon interprets them as ISO-8859-1. The problem can be seen e.g. with form validator: if you

form encoding UTF-8 / ISO-8859-1

2003-01-13 Thread Martin Koeppe
Hello, I'm using a recent developer version of cocoon 2.1 (Jan 9 2003), tomcat 4.1.12 on SuSE Linux 8.0 Kernel 2.4.20, and I found a problem with parsing the request parameters from a GET request: The browser (both Mozilla and IE) sends them as UTF-8, but cocoon interprets them as ISO-8

AW: xslt processor and utf-8

2003-01-07 Thread Kirchhoff, Lars
an xslt problem, but an xpath problem, because the utf-8 letter is included correctly even after url encoding and back. best regards Lars > -Ursprüngliche Nachricht- > Von: Joerg Heinicke [mailto:[EMAIL PROTECTED]] > Gesendet: Dienstag, 7. Januar 2003 17:23 > An: [EMAIL PRO

Re: xslt processor and utf-8

2003-01-07 Thread Joerg Heinicke
Hello Lars, Kirchhoff, Lars wrote: Hello, I have some problems with the xsl transformation in combination with utf-8 characters and am wondering if somebody could explain me this. I used this code to select specific items depending on there letter, which means the letter they start with

xslt processor and utf-8

2003-01-06 Thread Kirchhoff, Lars
Hello, I have some problems with the xsl transformation in combination with utf-8 characters and am wondering if somebody could explain me this. I used this code to select specific items depending on there letter, which means the letter they start with. ']"> The pa

RE: UTF-8 once more!!! FIXED!!!

2002-12-25 Thread Hong Gia Dinh
Title: RE: UTF-8 once more!!! OK !!! i fixed this bug!! i change to use encoding ISO-8859-1 all my documents so it can change languages!!!   -Original Message-From: Hong Gia Dinh Sent: 26 December 2002 09:17To: [EMAIL PROTECTED]Subject: RE: UTF-8 once more!!! thanks

RE: UTF-8 once more!!!

2002-12-25 Thread Hong Gia Dinh
Title: RE: UTF-8 once more!!! thanks again about your nice reply! i wonder because i ran it in Tomcat alone, it can translate but when i deploy them in JBoss with my war file, it work but can not translate???!!! is there any difference between 2 environment?? here is my sitemap

Re: UTF-8 once more!!!

2002-12-25 Thread Joerg Heinicke
eb-inf - sitemap.xmap - translation (messages, messages_en . .. ) - xsp - style thanks very much for your help GD -Original Message- From: Joerg Heinicke [mailto:[EMAIL PROTECTED]] Sent: 25 December 2002 16:02 To: [EMAIL PROTECTED] Subject: Re: UTF-8 once more!!! Hello Gia Dinh, I guess tha

RE: UTF-8 once more!!!

2002-12-25 Thread Hong Gia Dinh
Title: RE: UTF-8 once more!!! Thank you, Joerg. i checked but i really dont know where the bug is?!! :( the sitemap.java at the error line are :     try {         if ((map = action_N101CB.act(redirector, environment, objectModel, null, param)) != null) {   if

Re: UTF-8 once more!!!

2002-12-25 Thread Joerg Heinicke
Hello Gia Dinh, I guess that the parser tries to read in file in UTF-8, which is not really in UTF-8. Maybe this file is still saved in ISO-8859-1 on the disk. If it is so, I guess it's a text file, because a XML file has a header with the correct encoding (and UTF-8 mostly as default).

UTF-8 once more!!!

2002-12-24 Thread Hong Gia Dinh
Title: UTF-8 once more!!! Hi all I deployed my application in JBoss 3.0.4 , but it can not translate languages!! although it transllate very well in the Tomcat environment. i dont know if there is any difference between these two environmnet when i deployed it in JBoss , and choose to

UTF-8 character encoding

2002-11-21 Thread Artur Bialecki
It seems that the only way to output request parameters encoded with UTF-8 is to call request.setCharacterEncoding("utf-8"); on **every** request. Is there a better (simpler) way of achieving end-to-end UTF-8 for the whole site? Also, setting encoding will call the decode() method on ev

HTML entities in UTF-8

2002-10-29 Thread Robert Lubczynski
Hi, Why does Cocoon generates UTF-8 encoded HTML with named entities? Does anyone know how to produce pure UTF-8 encoded HTML (without any character entities)? I am using Cocoon 2.0.3 + Tomcat 4.1.12 + JDK 1.4.1. Robert Lubczynski

Re: UTF-8

2002-08-09 Thread sidharthg
Hello All I have resoluted successfully the problem with UTF-8 The solution is 1) Create a DB with encoding UTF-8 2) In XSP or the action class write request.setCharacterEncoding("UTF-8") 3) Since the encoding by default to the serializer is UTF-8, so in response this won't

Re: UTF-8

2002-08-08 Thread KOZLOV Roman
gt; Diamond District > Kodihally > Banglore > > > KOZLOV Roman > scade.com> cc: >Subject: Re: UTF-8 > 08/08/2002 07:25 > PM &

Re: UTF-8

2002-08-08 Thread sidharthg
ZLOV Roman cc: Subject: Re: UTF-8 08/08/

RE: [REVISIT] RE: UTF-8 and HTML Serializer.

2002-08-01 Thread ROSSEL Olivier
st data using the encoding of the HTML page where the form is. All can be seen in wikiland 0.5 You will see that the form is in an HTML with a UTF-8 charset. That the form has the attribute accept-charset set to UTF-8. And I think (but not sure) has the form-encoding/charset se

[REVISIT] RE: UTF-8 and HTML Serializer.

2002-08-01 Thread Anand_Krishnan
<[EMAIL PROTECTED]> cc: Subject:RE: UTF-8 and HTML Serializer.

xmldb generator and utf-8 problems

2002-07-14 Thread adrian . dimulescu
Hello, i am using xindice as data source in cocoon. the problem is that the xml documents in xindice are encoded in utf-8 and cocoon seems to alter the "special" characters before returning them: so: while a simple xindice query which returns a piece of a document like, for

Re: UTF-8 and HTML Serializer.

2002-07-11 Thread Marc LeMaire
http://www.infinity-loop.de Single licence available, but there's others software available, none Open Source. ROSSEL Olivier wrote: >>where should i add this? >>i tried to add it at map:serialize level. >>but it did nothing: >> >> utf-8 >> >&

RE: UTF-8 and HTML Serializer.

2002-07-11 Thread ROSSEL Olivier
> can you look at the 'source' XML by serializing it with xml > serializer, > instead of html? > what does it show? well i think i got my problem. the request generator accepts a parameter to force the encoding of data retrieved. i misued it by setting the wrong charset. --

RE: UTF-8 and HTML Serializer.

2002-07-11 Thread Argyn Kuketayev
can you look at the 'source' XML by serializing it with xml serializer, instead of html? what does it show? > -Original Message- > From: ROSSEL Olivier [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 11, 2002 11:00 AM > To: '[EMAIL PROTECTED]' >

RE: UTF-8 and HTML Serializer.

2002-07-11 Thread ROSSEL Olivier
> where should i add this? > i tried to add it at map:serialize level. > but it did nothing: > > utf-8 > > > may be it must be done at declaration time, at map:components level? even at declaration ti

RE: UTF-8 and HTML Serializer.

2002-07-11 Thread ROSSEL Olivier
where should i add this? i tried to add it at map:serialize level. but it did nothing: utf-8 may be it must be done at declaration time, at map:components level? > -Message d'origine- > De: Volker Schneider [mailto:[EMAIL PROTECTED]] > Date: jeudi 11 juillet 2002 17:

RE: UTF-8 and HTML Serializer.

2002-07-11 Thread Volker Schneider
Hi, does UTF-8 help with html-serializer? Best regards - Volker - -Original Message- From: ROSSEL Olivier [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 11. Juli 2002 17:00 To: '[EMAIL PROTECTED]' Subject: UTF-8 and HTML Serializer. In C2.0.2, I use a pipeline that pro

RE: UTF-8 and HTML Serializer.

2002-07-11 Thread ROSSEL Olivier
> In this XML, I have one 'é' character that is coded as "Ã*" ... ^ Outlook ate my copyright sign !!! - Please c

UTF-8 and HTML Serializer.

2002-07-11 Thread ROSSEL Olivier
In C2.0.2, I use a pipeline that produce a XML encoded with UTF-8. In this XML, I have one 'é' character that is coded as "Ã*" ... After the HTML serializer , instead of having the 'é' again, I have two characters coded as: é. It seems that hte serializer reali

RE: C2.0.1 ESQL/XSP + UTF-8 encoded Japanese characters in Oracle

2002-06-07 Thread Argyn Kuketayev
Argyn Kuketayev [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 07, 2002 6:14 PM > To: Cocoon-Users (E-mail) > Subject: C2.0.1 ESQL/XSP + UTF-8 encoded Japanese characters in Oracle > > > Here's my problem: > > I use esql tags inside XSP to generate XML from the Oracl

C2.0.1 ESQL/XSP + UTF-8 encoded Japanese characters in Oracle

2002-06-07 Thread Argyn Kuketayev
Here's my problem: I use esql tags inside XSP to generate XML from the Oracle database with UTF-8 encoding. English characters work fine. Then comes the issue with Japanese characters: 1. every Chinese or Japanese character is encoded in 3 bytes in UTF-8, and stored in the varchar2 colu

RE: change from UTF-8 to iso-8859-1

2002-06-04 Thread Christoph Stocker
EMAIL PROTECTED] --- -Original Message- From: Christoph Stocker [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 04. Juni 2002 12:37 To: [EMAIL PROTECTED] Subject: RE: change from UTF-8 to iso-8859-1 hi! thanks but my main problem still is, if i click on a s

RE: change from UTF-8 to iso-8859-1

2002-06-04 Thread Christoph Stocker
[mailto:[EMAIL PROTECTED]] Sent: Dienstag, 04. Juni 2002 10:14 To: [EMAIL PROTECTED] Subject: Re: change from UTF-8 to iso-8859-1 Hi Christoph, Set ISO-8859-1 for serialiser in sitemap. By the way, you can use such characters with UTF-8 also. It's just necessary to store the XML docume

Re: change from UTF-8 to iso-8859-1

2002-06-04 Thread KOZLOV Roman
Hi Christoph, Set ISO-8859-1 for serialiser in sitemap. By the way, you can use such characters with UTF-8 also. It's just necessary to store the XML document as Unicode. Best regards Roman Christoph Stocker wrote: > hi! > > i use cocoon2.0.2 with weblogic6.0sp2 on win2000

Re: change from UTF-8 to iso-8859-1

2002-06-04 Thread Bertrand Delacretaz
On Tuesday 04 June 2002 09:56, Christoph Stocker wrote: > i want to change the > > tag to > This comes from the HTMLSerializer, you have to reconfigure it to use the iso-8859-1 charset. This can be done in the sitemap as follows: . . . . . . iso-8859-1

change from UTF-8 to iso-8859-1

2002-06-04 Thread Christoph Stocker
hi! i use cocoon2.0.2 with weblogic6.0sp2 on win2000 i want to change the tag to i want to use ö,ü,ä and ß thanks greetings, chros - Please check that your question has not already been answered in the FAQ b

RE: form-validation and utf-8

2002-04-05 Thread Montier Patrick
CharacterEncoding method). 3) Ok but i'm not using a getparameter request into a xsp or a java source, i'm using the " Today thousands Japanese people can't enter a login and password in Kanji code (UTf-8) on our web site, the utf-8 record is input in the postgres data

RE: form-validation and utf-8

2002-04-05 Thread Vadim Gritsenko
form validator works on encoding of the servlet container. You > >>>have two options: > >>1. Patch form validator > >>2. Change encoding of the servlet container > > > > > > > Hi, > > Patrick, > > > I can't resolve my proble

RE: form-validation and utf-8

2002-04-04 Thread Montier Patrick
nge encoding of the servlet container > Hi, Patrick, > I can't resolve my problem : i try to make the form-validation works with > utf-8 data, it only works with Iso- > In my sitemap.xmap, i try the form-encoding as described in an email but > it's still the same, whe

RE: form-validation and utf-8

2002-04-03 Thread Vadim Gritsenko
> From: Montier Patrick [mailto:[EMAIL PROTECTED]] > > Hi, Patrick, > I can't resolve my problem : i try to make the form-validation works with > utf-8 data, it only works with Iso- IIRC, form validator works on encoding of the servlet container. You have two op

form-validation and utf-8

2002-04-03 Thread Montier Patrick
Hi, I can't resolve my problem : i try to make the form-validation works with utf-8 data, it only works with Iso- In my sitemap.xmap, i try the form-encoding as described in an email but it's still the same, when login or password input is in Utf-8 caracters, the form-valida

form-validator and UTF-8 ???

2002-04-02 Thread Montier Patrick
When i use the form-validator section with an UTF-8 sql table having a login and password (Mysql) , the cocoon process reject all non ascii records. For example, all japanese fields are correctly managed in all xsp / xsl pages but when registering, all french or japanese caracters are rejected

Re: Default UTF-8 vs. iso-8859-1 encoding in HTML output

2001-06-19 Thread eirikdentz
find any place to change this in the Cocoon configuration files, but I > could have missed it.- I just grepped the various terms I was looking > for on the Cocoon directory) insists on setting the charset to UTF-8 > even when I change the output line in my XSL file: > > > >

Default UTF-8 vs. iso-8859-1 encoding in HTML output

2001-06-19 Thread eirikdentz
ng for on the Cocoon directory) insists on setting the charset to UTF-8 even when I change the output line in my XSL file: The Perl XML::LibXSLT module (using gnome's LibXSLT) on the other hand changes the META tags charset attribute based my changes to the xsl:output encoding attribute which se

Re: request.getParameter() method generate invalid ISO-8859-1 characters for each special UTF-8 character

2001-06-03 Thread Dmitri V. Lovtsyus
Çäðàâñòâóéòå M., Monday, June 04, 2001, 2:17:03 AM, Âàìè áûëî íàïèñàíî ñëåäóþùåå ïèñüìî: MA> Dear All, MA> I'm building a mutilaguage website in which i use UTF-8 as the charset for my MA> servlet but the getParameter() method uses ISO-8859-1 as its default encoding MA> whi

request.getParameter() method generate invalid ISO-8859-1 characters for each special UTF-8 character

2001-06-03 Thread M . Amin
Dear All, I'm building a mutilaguage website in which i use UTF-8 as the charset for my servlet but the getParameter() method uses ISO-8859-1 as its default encoding which results in the unicode characters not found in ISO-8859-1 are mapped incorrectly to different characters. Such as the sp