[ http://issues.apache.org/jira/browse/COCOON-1438?page=all ]
Jörg Heinicke updated COCOON-1438:
--
> [MAIL] Weird Encoding problem with SendMailAction
> -
>
> Key:
);
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"));
[ http://issues.apache.org/jira/browse/COCOON-1438?page=all ]
Jörg Heinicke updated COCOON-1438:
--
> [MAIL] Weird Encoding problem with SendMailAction
> -
>
> Key:
L] Weird Encoding problem with SendMailAction
> -
>
> Key: COCOON-1438
> URL: http://issues.apache.org/jira/browse/COCOON-1438
> Project: Cocoon
> Issue Type: Bug
>
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
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
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
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
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
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:
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
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
gzilla/show_bug.cgi?id=33462
[EMAIL PROTECTED] changed:
What|Removed |Added
Summary|Weird Encoding problem with |[MAIL] Weird Encoding
|SendMail
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:
Jeremy Quinn wrote:
Torsten
You are my hero !
Hehe :-)
I works again ;)
Glad you found it
Many thanks mate !!
No worries, mate
cheers
--
Torsten
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
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
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
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
> 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
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
> 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
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
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, ...
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
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 .
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
27 matches
Mail list logo