Author |
Message |
Topic: Garbled problem during sending Email by Email output |
xiaojy822
Replies: 12 Views: 4824
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Dec 10, 2011 7:21 am Subject: Garbled problem during sending Email by Email output |
Fianlly I cover this case the solution code as fellow:
String content= new String(dataString.getBytes("GB2312"),"8859_1");
outParser.createElementAsLastChild(MbElement.TYPE_NAME_ ... |
Topic: Garbled problem during sending Email by Email output |
xiaojy822
Replies: 12 Views: 4824
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 09, 2011 9:49 pm Subject: Garbled problem during sending Email by Email output |
I already make the encoding of message body text is UTF-8 by using the code as fellow:
MbElement outParser = outRoot.createElementAsLastChild(MbBLOB.PARSER_NAME);
outParser.createElementAsLastCh ... |
Topic: Garbled problem during sending Email by Email output |
xiaojy822
Replies: 12 Views: 4824
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 09, 2011 5:55 am Subject: Garbled problem during sending Email by Email output |
can tell me more detail like what value is setted may cover this problem.
the character which become Garbled is Chinese character.and the character of the webpage which is used for filling informati ... |
Topic: Garbled problem during sending Email by Email output |
xiaojy822
Replies: 12 Views: 4824
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 09, 2011 3:16 am Subject: Garbled problem during sending Email by Email output |
the contents of the body is garbled. |
Topic: Garbled problem during sending Email by Email output |
xiaojy822
Replies: 12 Views: 4824
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 09, 2011 3:01 am Subject: Garbled problem during sending Email by Email output |
I try to let the attachmentContentEncoding become 7bit,base64 and quoted-printable but is still not worked.the result is the subject is normal,but the content of the email is garbled.and now I must co ... |
Topic: Garbled problem during sending Email by Email output |
xiaojy822
Replies: 12 Views: 4824
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 09, 2011 2:33 am Subject: Garbled problem during sending Email by Email output |
The whole flow is this:I fill some information which contains receiver,the subject,content and attachement in a webpage form.then the webpage form submit those information in a HttpInput node.HttpInpu ... |
Topic: Garbled problem during sending Email by Email output |
xiaojy822
Replies: 12 Views: 4824
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 08, 2011 7:43 am Subject: Garbled problem during sending Email by Email output |
Hi,All
I try to send a dynamic email by Email output node.but I met a problem.
the problem is when the content of email which I try to send is normal when there is no attachment.but when the email ... |