wrong encoding used when opening xml file with encoding utf-8

2010-09-13 Thread Robby Pelssers
Hi all, I'm generating an html table using Chinese characters and i set the encoding and mimetype as follows: var response = cocoon.response; response.setContentType(application/vnd.ms-excel; charset=utf-8); response.setHeader(

RE: wrong encoding used when opening xml file with encoding utf-8

2010-09-13 Thread Robby Pelssers
[mailto:robby.pelss...@ciber.com] Verzonden: ma 13-9-2010 14:31 Aan: users@cocoon.apache.org Onderwerp: wrong encoding used when opening xml file with encoding utf-8 Hi all, I'm generating an html table using Chinese characters and i set the encoding and mimetype as follows: var response

Re: wrong encoding used when opening xml file with encoding utf-8

2010-09-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robby, On 9/13/2010 8:31 AM, Robby Pelssers wrote: I'm generating an html table using Chinese characters and i set the encoding and mimetype as follows: var response = cocoon.response;

RE: wrong encoding used when opening xml file with encoding utf-8

2010-09-13 Thread Robby Pelssers
-Oorspronkelijk bericht- Van: Christopher Schultz [mailto:ch...@christopherschultz.net] Verzonden: ma 13-9-2010 15:46 Aan: users@cocoon.apache.org Onderwerp: Re: wrong encoding used when opening xml file with encoding utf-8 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robby, On 9/13/2010

Re: character encoding: utf-8 and ISO-8859-1 on Mac OS X with Safari

2006-09-16 Thread Frank MW
To: users@cocoon.apache.org Subject: character encoding: utf-8 and ISO-8859-1 on Mac OS X with Safari Hi all, I have a problem with some special characters in a request parameter. This is the URL with the correct representation of characters: http://localhost:8080/webapp/gangyin/vokabelSuchen

character encoding: utf-8 and ISO-8859-1 on Mac OS X with Safari

2006-09-15 Thread Frank MW
Hi all, I have a problem with some special characters in a request parameter. This is the URL with the correct representation of characters: http://localhost:8080/webapp/gangyin/vokabelSuchen-rgyaḥ·mtsho.html Now 'rgyaḥ·mtsho' is what I need in an xslt-stylesheet. So in the sitemap I have

RE: character encoding: utf-8 and ISO-8859-1 on Mac OS X with Safari

2006-09-15 Thread Binkley, Peter
encoding: utf-8 and ISO-8859-1 on Mac OS X with Safari Hi all, I have a problem with some special characters in a request parameter. This is the URL with the correct representation of characters: http://localhost:8080/webapp/gangyin/vokabelSuchen-rgyaḥ·mtsho.html Now 'rgyaḥ·mtsho' is what I need

re:How can I make IE display html in auto encoding utf-8?Sorry last mail use htm

2004-02-13 Thread
Thank you! I belive you solve my problem,I did set apache/jk2 for lotus domino last month in apache 4.1.29.My workmate advised me change cocoon servlet source code to solve the problem but I don't think it's a good idea.I will try your method right now! hi roy i had the same effect with

Re: How can I make IE display html in auto encoding utf-8?

2004-02-12 Thread gounis
we have to setup the default encoding in our web server (apache) to be set the encoding of ie automaticly i dont know if this is the only somlution,but it's work --stavros On Wed, 11 Feb 2004, [gb2312] wrote: Hi,all: I want to use Chinese chacter in the page and don't want it to be

How can I make IE display html in auto encoding utf-8?Sorry last mail use html

2004-02-12 Thread
Hi,all: I want to use Chinese chacter in the page and don't want it to be encoded as someting like #8983;. So I change configurations in web.xml: init-param param-namecontainer-encoding/param-name param-valueutf-8/param-value /init-param init-param

Re: How can I make IE display html in auto encoding utf-8?Sorry last mail use html

2004-02-12 Thread Jaroslav Kuruc
Make sure your servlet container doesn't add charset=ISO-8859-1 in HTTP header. Charset in meta tag only matters if no (or the same) charset is in HTTP header. wrote: Hi,all: I want to use Chinese chacter in the page and don't want it to be encoded as someting like #8983;. So I change

Re: How can I make IE display html in auto encoding utf-8?

2004-02-12 Thread Eduard Drenth
On Thu, 2004-02-12 at 09:26, [EMAIL PROTECTED] wrote: we have to setup the default encoding in our web server (apache) to be set the encoding of ie automaticly i dont know if this is the only somlution,but it's work --stavros On Wed, 11 Feb 2004, [gb2312] wrote: Hi,all:

RE: How can I make IE display html in auto encoding utf-8?

2004-02-12 Thread Leszek Gawron
init-param param-namecontainer-encoding/param-name param-valueutf-8/param-value Do NOT change this parameter - leave the default value. Only form-encoding should be set to utf-8 -- Leszek Gawron - To unsubscribe,

Re: How can I make IE display html in auto encoding utf-8?Sorry last mail use html

2004-02-12 Thread Stefan Burkard
hi roy i had the same effect with cyrillic characters to display russian language! in effect, if i connect directly to tomcat on port 8080 everything runs ok, because tomcat and cocoon both don't set any encoding in the http-header. therefore the meta-tag in the html-page (set by

How can I make IE display html in auto encoding utf-8?

2004-02-11 Thread
Hi,all: I want to use Chinese chacter in the page and don't want it to be encoded as someting like #8983.So I change configurations in web.xml: init-param param-namecontainer-encoding/param-name param-valueutf-8/param-value /init-param init-param param-nameform-encoding/param-name

[PROBLEM] Encoding UTF-8 or ISO-8859-1

2003-12-10 Thread Lionel Crine
Hi, I' have some real problems to with my encoding. My application get some parameters from the form and create a document with an xsp. After that, I'm using DOM and SAX transformers, generators, etc ... to manipulate the XML document. I'm trying to figure out, what should I configure to get

Re: [PROBLEM] Encoding UTF-8 or ISO-8859-1

2003-12-10 Thread Lionel Crine
I found some answers but not all. I miss one thing. When i create a document from an xsp (parameters comes from a post), the flow is encoded twice is that normal ? At 15:13 10/12/2003 +0100, you wrote: Hi, I' have some real problems to with my encoding. My application get some parameters

encoding, UTF-8

2003-11-27 Thread Lionel Crine
Hi, I want to put the entire plateform into UTF-8. For now, cocoon is using ISO-8859-1. Here what I've already done : map:serializer logger=sitemap.serializer.html mime-type=text/html name=html pool-grow=4 pool-max=32 pool-min=4

RE: encoding, UTF-8

2003-11-27 Thread Nicolas Toper
Are you sure, the viewer is UTF8? -Message d'origine- De : Lionel Crine [mailto:[EMAIL PROTECTED] Envoyé : jeudi 27 novembre 2003 11:58 À : [EMAIL PROTECTED] Objet : encoding, UTF-8 Hi, I want to put the entire plateform into UTF-8. For now, cocoon is using ISO-8859-1. Here what I've

RE: encoding, UTF-8

2003-11-27 Thread gounis
: [EMAIL PROTECTED] Objet : encoding, UTF-8 Hi, I want to put the entire plateform into UTF-8. For now, cocoon is using ISO-8859-1. Here what I've already done : map:serializer logger=sitemap.serializer.html mime-type=text/html name=html pool-grow=4 pool-max=32 pool-min=4

Re: encoding, UTF-8

2003-11-27 Thread Tim Cavanagh
From: Nicolas Toper [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Thu, 27 Nov 2003 12:16:11 +0100 To: [EMAIL PROTECTED] Subject: RE: encoding, UTF-8 Are you sure, the viewer is UTF8? -Message d'origine- De : Lionel Crine [mailto:[EMAIL PROTECTED] Envoyé : jeudi 27

Re: encoding, UTF-8

2003-11-27 Thread Guido Casper
Did you set the form-encoding parameter in web.xml? Guido Lionel Crine wrote: Hi, I want to put the entire plateform into UTF-8. For now, cocoon is using ISO-8859-1. Here what I've already done : map:serializer logger=sitemap.serializer.html mime-type=text/html name=html

Re: encoding, UTF-8

2003-11-27 Thread Boris Althaus
PROTECTED] Sent: Thursday, November 27, 2003 11:57 AM Subject: encoding, UTF-8 Hi,I want to put the entire plateform into UTF-8. For now, cocoon is using ISO-8859-1.Here what I've already done :map:serializer logger="sitemap.serializer.html" mime-type="text/h

Re: encoding, UTF-8

2003-11-27 Thread Lionel Crine
In fact : The encoding parameter for the serializer modify the ?xml ...? declaration according the the value. Now I'm sure of that, my previous message was false. Now, I'm using that : map:serializer logger=sitemap.serializer.html mime-type=text/html name=html pool-grow=4 pool-max=32

Re: encoding, UTF-8

2003-11-27 Thread gounis
Message - From: Lionel Crine To: [EMAIL PROTECTED] Sent: Thursday, November 27, 2003 11:57 AM Subject: encoding, UTF-8 Hi, I want to put the entire plateform into UTF-8. For now, cocoon is using ISO-8859-1. Here what I've already done : map:serializer logger

Re: encoding, UTF-8

2003-11-27 Thread Lionel Crine
/init-param Boris - Original Message - From: Lionel Crine To: [EMAIL PROTECTED] Sent: Thursday, November 27, 2003 11:57 AM Subject: encoding, UTF-8 Hi, I want to put the entire plateform into UTF-8. For now, cocoon is using ISO-8859-1. Here what I've already