[jira] Updated: (COCOON-1438) [MAIL] Weird Encoding problem with SendMailAction

2006-10-14 Thread JIRA
[ http://issues.apache.org/jira/browse/COCOON-1438?page=all ] Jörg Heinicke updated COCOON-1438: -- > [MAIL] Weird Encoding problem with SendMailAction > - > > Key:

[jira] Commented: (COCOON-1438) [MAIL] Weird Encoding problem with SendMailAction

2006-10-14 Thread Gabriel Gruber (JIRA)
); cocoon.sendPage("page_sendmail_failure"); return; } if (cocoon.log.isDebugEnabled && model.KollegeEmailBodytext!=null) cocoon.log.debug("Body-Mailtext: " + java.net.URLDecoder.decode(model.KollegeEmailBodytext,"UTF-8"));

[jira] Updated: (COCOON-1438) [MAIL] Weird Encoding problem with SendMailAction

2006-10-14 Thread JIRA
[ http://issues.apache.org/jira/browse/COCOON-1438?page=all ] Jörg Heinicke updated COCOON-1438: -- > [MAIL] Weird Encoding problem with SendMailAction > - > > Key:

[jira] Commented: (COCOON-1438) [MAIL] Weird Encoding problem with SendMailAction

2006-10-14 Thread JIRA
L] Weird Encoding problem with SendMailAction > - > > Key: COCOON-1438 > URL: http://issues.apache.org/jira/browse/COCOON-1438 > Project: Cocoon > Issue Type: Bug >

[jira] Created: (COCOON-1917) Request Encoding problem: multipart/form vs. url encoded

2006-09-11 Thread JIRA
Request Encoding problem: multipart/form vs. url encoded Key: COCOON-1917 URL: http://issues.apache.org/jira/browse/COCOON-1917 Project: Cocoon Issue Type: Bug Components

requestparameter encoding problem(was:[Help]Encoding problem with form+ajax in current svn)

2005-11-09 Thread roy huang
Hi,all: I have solved the problem,it's requestparameter's encoding again. I remember someone mentioned double encoding problem in mail list,I didn't remember the list,the problem now is: When I use Cocoon Forms to display and input Chinese,I use UTF-8,so serializer encodi

[Help]Encoding problem with form+ajax in current svn

2005-11-09 Thread roy huang
Hi I test form+ajax in sample link, http://localhost:/samples/blocks/forms/do-dynaRepeater.flow the problem is when I enter Chinese char like "测试"(Chinese char), and click "add contact",the two work will become "??",and submit it will also cause "??".I have already set form-encoding and seria

Re: JIRA encoding problem

2005-10-24 Thread Jeff Turner
On Mon, Oct 24, 2005 at 10:48:29PM +0100, Pier Fumagalli wrote: > On 24 Oct 2005, at 22:41, Joerg Heinicke wrote: > > On 24.10.2005 23:34, Pier Fumagalli wrote: > > > > > >>> The JIRA import seems to have a UTF-8 vs. LATIN-1 encoding problem. > >>&g

Re: JIRA encoding problem

2005-10-24 Thread Pier Fumagalli
On 24 Oct 2005, at 22:41, Joerg Heinicke wrote: On 24.10.2005 23:34, Pier Fumagalli wrote: The JIRA import seems to have a UTF-8 vs. LATIN-1 encoding problem. If you click on the link backs to the original issues, you'll see (at least, that's what I see in my browser) that th

Re: JIRA encoding problem

2005-10-24 Thread Joerg Heinicke
On 24.10.2005 23:34, Pier Fumagalli wrote: The JIRA import seems to have a UTF-8 vs. LATIN-1 encoding problem. If you click on the link backs to the original issues, you'll see (at least, that's what I see in my browser) that the data was corrupted by Bugzilla, not by Jira:

Re: JIRA encoding problem

2005-10-24 Thread Pier Fumagalli
On 24 Oct 2005, at 22:14, Nathaniel Alfred wrote: The JIRA import seems to have a UTF-8 vs. LATIN-1 encoding problem. The reporter field is messed up in http://issues.apache.org/jira/browse/COCOON-1603 http://issues.apache.org/jira/browse/COCOON-1627 On the hand Jörg is spelled correctly in

JIRA encoding problem

2005-10-24 Thread Nathaniel Alfred
The JIRA import seems to have a UTF-8 vs. LATIN-1 encoding problem. The reporter field is messed up in http://issues.apache.org/jira/browse/COCOON-1603 http://issues.apache.org/jira/browse/COCOON-1627 On the hand Jörg is spelled correctly in http://issues.apache.org/jira/browse/COCOON-1624

DO NOT REPLY [Bug 33462] - [MAIL] Weird Encoding problem with SendMailAction

2005-02-23 Thread bugzilla
gzilla/show_bug.cgi?id=33462 [EMAIL PROTECTED] changed: What|Removed |Added Summary|Weird Encoding problem with |[MAIL] Weird Encoding |SendMail

DO NOT REPLY [Bug 33462] New: - Weird Encoding problem with SendMailAction

2005-02-09 Thread bugzilla
gzilla/show_bug.cgi?id=33462 Summary: Weird Encoding problem with SendMailAction Product: Cocoon 2 Version: 2.1.6 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component:

Re: encoding problem in textarea

2004-12-05 Thread Torsten Curdt
Jeremy Quinn wrote: Torsten You are my hero ! Hehe :-) I works again ;) Glad you found it Many thanks mate !! No worries, mate cheers -- Torsten

Re: encoding problem in textarea

2004-12-03 Thread Jeremy Quinn
Torsten You are my hero ! function getSourceAsString(uri) { return ( org.apache.avalon.excalibur.io.IOUtil.toString( new java.io.BufferedInputStream( org.apache.cocoon.components.source.SourceUtil.getInputSource( r

Re: encoding problem in textarea

2004-12-03 Thread Jeremy Quinn
On 3 Dec 2004, at 14:47, Torsten Curdt wrote: Mate, Thanks for your reply. I am not totally sure but... Technique: I read the XML Source to a String (to add to the textarea widget) like this: var string = org.apache.avalon.excalibur.io.IOUtil.toString( new java.io.BufferedInputStream( org.a

Re: encoding problem in textarea

2004-12-03 Thread Torsten Curdt
Mate, I am not totally sure but... Technique: I read the XML Source to a String (to add to the textarea widget) like this: var string = org.apache.avalon.excalibur.io.IOUtil.toString( new java.io.BufferedInputStream( org.apache.cocoon.components.source.SourceUtil.getInputSource( reso

encoding problem in textarea

2004-12-03 Thread Jeremy Quinn
Hi All I have an editor for XHTML snippets built in CForms using 2.1.7-dev. It is very basic, it just uses a textarea. I am having encoding issues, that appeared only in the last week or so, I cannot work out the solution. Symptoms: I have an accented character in my source document. The documen

Re: [CForms] UTF-8, ISO-8859-1 encoding problem

2004-05-06 Thread Fredy Dobler
> On Wed, 2004-05-05 at 17:34, Fredy Dobler wrote: >> > On Wed, 2004-05-05 at 15:29, Fredy Dobler wrote: >> >> I'm using the latest cvs version (2.1.5-dev), the cocoon-forms block >> and >> >> the jetty from the cocoon cvs. >> >> The only thing I can't get working right is the character encoding of

Re: [CForms] UTF-8, ISO-8859-1 encoding problem

2004-05-05 Thread Bruno Dumon
On Wed, 2004-05-05 at 17:34, Fredy Dobler wrote: > > On Wed, 2004-05-05 at 15:29, Fredy Dobler wrote: > >> I'm using the latest cvs version (2.1.5-dev), the cocoon-forms block and > >> the jetty from the cocoon cvs. > >> The only thing I can't get working right is the character encoding of > >> the

Re: [CForms] UTF-8, ISO-8859-1 encoding problem

2004-05-05 Thread Fredy Dobler
> On Wed, 2004-05-05 at 15:29, Fredy Dobler wrote: >> I'm using the latest cvs version (2.1.5-dev), the cocoon-forms block and >> the jetty from the cocoon cvs. >> The only thing I can't get working right is the character encoding of >> the >> submited parameters of a html form. >> >> I've set all

Re: [CForms] UTF-8, ISO-8859-1 encoding problem

2004-05-05 Thread Bruno Dumon
On Wed, 2004-05-05 at 15:29, Fredy Dobler wrote: > I'm using the latest cvs version (2.1.5-dev), the cocoon-forms block and > the jetty from the cocoon cvs. > The only thing I can't get working right is the character encoding of the > submited parameters of a html form. > > I've set all settings I

[CForms] UTF-8, ISO-8859-1 encoding problem

2004-05-05 Thread Fredy Dobler
I'm using the latest cvs version (2.1.5-dev), the cocoon-forms block and the jetty from the cocoon cvs. The only thing I can't get working right is the character encoding of the submited parameters of a html form. I've set all settings I've found to utf-8 (web.xml, cocoon.xconf, java.encoding, ...

Re: encoding problem

2003-11-06 Thread Marc Portier
Leszek Gawron wrote: On Wed, Nov 05, 2003 at 04:33:51PM +0100, Leszek Gawron wrote: Current CVS version of cocoon: ServerPagesGenerator.generate(): java.lang.RuntimeException: org.xml.sax.SAXException: Attempt to output character of integral value 346 that is not represented in specified output

Re: encoding problem

2003-11-05 Thread Leszek Gawron
On Wed, Nov 05, 2003 at 04:33:51PM +0100, Leszek Gawron wrote: > Current CVS version of cocoon: > > ServerPagesGenerator.generate(): java.lang.RuntimeException: > org.xml.sax.SAXException: Attempt to output character of integral value 346 > that is not represented in specified output encoding of .

encoding problem

2003-11-05 Thread Leszek Gawron
Current CVS version of cocoon: ServerPagesGenerator.generate(): java.lang.RuntimeException: org.xml.sax.SAXException: Attempt to output character of integral value 346 that is not represented in specified output encoding of . I am using UTF-8 everywhere and switching to current cocoon cvs version