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 : 1024 UTF-8 But that's not enough because I have many problem with the form. When I reload it with some request parameter (using xsl:value-of). The characters a

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

RE: encoding, UTF-8

2003-11-27 Thread gounis
di 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 already done : > > mime-type="text/html"

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'ori

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 : > > mime-type="text/html" name="html" pool-grow="4" pool-max="32" >pool-m

Re: encoding, UTF-8

2003-11-27 Thread Boris Althaus
x27;t need entries in the sitemaps.           form-encoding    UTF-8            container-encoding    ISO-8859-1    Boris - Original Message - From: L

Re: encoding, UTF-8

2003-11-27 Thread Lionel Crine
In fact : The "encoding" parameter for the serializer modify the declaration according the the value. Now I'm sure of that, my previous message was false. Now, I'm using that : 1024 UTF-8 This lines above allow me not to set the form-encoding parameter as UTF-8 in the we

Re: encoding, UTF-8

2003-11-27 Thread gounis
encoding problems. > Now we do not have any problems with encoding anymore and we don't need entries in > the sitemaps. > > > form-encoding > UTF-8 > >

Re: encoding, UTF-8

2003-11-27 Thread Lionel Crine
d to change the container-encoding to avoid encoding problems. > Now we do not have any problems with encoding anymore and we don't need entries in the sitemaps. > > > form-encoding

[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 t

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 fro

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( "Content-Dispos

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 ⌗.So I change configurations in web.xml:      container-encoding   utf-8         form-encoding   utf-8   and I also change HTMLSerializer config in root sitemap.          utf-8    Now

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

2010-09-13 Thread Robby Pelssers
: 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 = cocoon.response; response.setContentType("application/vnd.ms-excel; cha

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; > response.setContentType("applicat

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

2010-09-13 Thread Robby Pelssers
Robby -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

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

2004-02-12 Thread gounis
don't want it to be encoded as > someting like ⌗. > So I change configurations in web.xml: > > container-encoding > utf-8 > > >form-encoding >utf-8 > > and I also change HTMLSerializer config in root sitemap. > name=&

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

2004-02-12 Thread Eduard Drenth
11 Feb 2004, [gb2312] ÂÎ ÎÂÎÂ wrote: > > > Hi,all: > > I want to use Chinese chacter in the page and don't want it to be encoded as > > someting like ⌗. > > So I change configurations in web.xml: > > > > container-encoding > >

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

2004-02-12 Thread Leszek Gawron
>   >   container-encoding >   utf-8 Do NOT change this parameter - leave the default value. Only form-encoding should be set to utf-8 -- Leszek Gawron - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

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 the

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 w

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

2006-09-16 Thread Frank MW
September 15, 2006 10:08 AM > 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 representati

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 ⌗. So I change configurations in web.xml: container-encoding utf-8 form-encoding utf-8 and I also change HTMLSerializer config in root sitemap. utf-8 Now

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 cyrill

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

2004-02-12 Thread Jaroslav Kuruc
ting like ⌗. > So I change configurations in web.xml: > > container-encoding > utf-8 > > > form-encoding > utf-8 >and I also change HTMLSerializer config in root sitemap. > mime-type="text/html"

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

2004-02-12 Thread Stefan Burkard
r! but i have no idea how to do this - and i wonder that cocoon doesn't do it "out of the box" greetings stefan ? ?? wrote: Hi,all: I want to use Chinese chacter in the page and don't want it to be encoded as someting like ⌗. So I change configurations in web.xml: con