Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 45789 invoked from network); 6 Feb 2011 23:51:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Feb 2011 23:51:52 -0000 Received: (qmail 98134 invoked by uid 500); 6 Feb 2011 23:51:52 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 98089 invoked by uid 500); 6 Feb 2011 23:51:51 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 98073 invoked by uid 99); 6 Feb 2011 23:51:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Feb 2011 23:51:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Feb 2011 23:51:51 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id CEC5919220E for ; Sun, 6 Feb 2011 23:51:30 +0000 (UTC) Date: Sun, 6 Feb 2011 23:51:30 +0000 (UTC) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Message-ID: <1275894801.3066.1297036290843.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <437179754.2367.1296562108929.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Resolved: (AMQNET-315) Error receiving special characters MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQNET-315?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish resolved AMQNET-315. --------------------------------- Resolution: Fixed Fix Version/s: 1.6.0 > Error receiving special characters > ---------------------------------- > > Key: AMQNET-315 > URL: https://issues.apache.org/jira/browse/AMQNET-315 > Project: ActiveMQ .Net > Issue Type: Bug > Components: Stomp > Affects Versions: 1.4.0, 1.5.0, 1.5.1 > Environment: tested in net-2.0 and netcf-2.0 > Reporter: David Pascual > Assignee: Timothy Bish > Fix For: 1.6.0 > > Attachments: SpecialCharactersTest.cs > > > We are using NMS STOMP client for CF 2.0, and we have a error when the cl= ient recives text messages with special characters like "=C3=A9", that are = transformed in illegible characters. > I have modified the BinaryReader constructor from "TcpTransport" class in= NMS Stomp client, just to add Encoding.Default (instead of to use UTF-8, t= hat is use for default constructor)=20 > socketReader =3D new BinaryReader(CreateSocketStream(), Encoding.Default)= ; > With this modification, text messages with special characters are receive= d without errors. > Test that demonstrates the issue attached. --=20 This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira