[ 
https://issues.apache.org/activemq/browse/AMQCPP-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Schlapfer updated AMQCPP-232:
------------------------------------

    Attachment: OpenwireStringSupport_fixed.patch

Found a problem with readString during testing of encodings containing 1-byte 
AND 2-byte sequences.  For a 1-byte sequence the value was not placed back in 
the value array.  Please use this updated patch instead of the previous I had 
attached.  Thanks.

> OpenWire encode and decode UTF8 incorrect
> -----------------------------------------
>
>                 Key: AMQCPP-232
>                 URL: https://issues.apache.org/activemq/browse/AMQCPP-232
>             Project: ActiveMQ C++ Client
>          Issue Type: Bug
>          Components: Openwire
>    Affects Versions: 2.2.5
>         Environment: Windows XP SP 3, Visual Studio 2008
>            Reporter: Peter Pfort
>            Assignee: Timothy Bish
>             Fix For: 2.2.6, 3.0
>
>         Attachments: OpenwireStringSupport.patch, 
> OpenwireStringSupport.patch, OpenwireStringSupport_fixed.patch
>
>
> Hallo,
> we are using topic messages to sent messages from one user to another. Our 
> program subscribe a durable consumer with selector "UserName='<user>'" and 
> send a message with the property "UserName" and value "<user>".
> All works fine, when <user> contains only ASCII characters. When <user> 
> contains non ASCII characters like äöüßé, the message is not send to the
>  consumer.
> The problem ist that readString and writeString in OpenwireStringSupport.cpp 
> have bugs
> Regards,
> Peter

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to