Jimmy Jones created QPID-4544:
---------------------------------

             Summary: Perl bindings: Unicode not represented correctly in 
amqp/map
                 Key: QPID-4544
                 URL: https://issues.apache.org/jira/browse/QPID-4544
             Project: Qpid
          Issue Type: Bug
          Components: Perl Client
    Affects Versions: 0.18
         Environment: RHEL 6
            Reporter: Jimmy Jones


Perl stores a string as bytes, or will upgrade it to utf8 when unicode is used. 
However the perl bindings don't check the utf8 flag before adding/removing 
strings from amqp/map, so treats everything as bytes. This isn't noticeable on 
most terminals (as it'll interpret the bytes as utf8) but regexes and length 
don't work as expected.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to