You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Chuck Rolke (JIRA)" <ji...@apache.org> on 2015/08/05 22:31:05 UTC

[jira] [Created] (QPID-6680) [C++] .NET Binding does not handle UTF8 message body, map key name

Chuck Rolke created QPID-6680:
---------------------------------

             Summary: [C++] .NET Binding does not handle UTF8 message body, map key name
                 Key: QPID-6680
                 URL: https://issues.apache.org/jira/browse/QPID-6680
             Project: Qpid
          Issue Type: Bug
          Components: C++ Client
    Affects Versions: qpid-cpp-0.34
         Environment: Windows Visual Studio - all, .NET Framework all
            Reporter: Chuck Rolke
            Assignee: Chuck Rolke


https://github.com/apache/qpid/pull/8 suggests a method to use UTF8 strings in message bodies. The patch also allows UTF8 strings as key names in maps. These are good ideas with the following additions:

1. It needs a jira, and this is it.
2. QpidMarshal.h:73 has warnings without an explicit int cast
3. TypeTranslator.cpp:283 calls QpidMarshal::ToNative. I think the intent is to call ::ToManaged. The ';;' suggests some cut and paste going on to produce the pull request from a larger set of changes...
4. No self test.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org