You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/12/21 17:19:00 UTC

[jira] [Commented] (ARTEMIS-1572) UTF-8 Encoding is not translating ASCII edge cases correctly

    [ https://issues.apache.org/jira/browse/ARTEMIS-1572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16300304#comment-16300304 ] 

ASF GitHub Bot commented on ARTEMIS-1572:
-----------------------------------------

GitHub user franz1981 opened a pull request:

    https://github.com/apache/activemq-artemis/pull/1739

    ARTEMIS-1572 UTF-8 Encoding is not translating ASCII edge cases correctly

    It fixed 0-127 ASCII chars translation using UTF encoding

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/franz1981/activemq-artemis utf_ascii_fix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/1739.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1739
    
----
commit a43bd7c84a701ca2f492c7bfc6ae234edad08595
Author: Francesco Nigro <ni...@...>
Date:   2017-12-21T17:16:49Z

    ARTEMIS-1572 UTF-8 Encoding is not translating ASCII edge cases correctly
    
    It fixed 0-127 ASCII chars translation using UTF encoding

----


> UTF-8 Encoding is not translating ASCII edge cases correctly 
> -------------------------------------------------------------
>
>                 Key: ARTEMIS-1572
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1572
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>            Reporter: Francesco Nigro
>            Assignee: Francesco Nigro
>            Priority: Minor
>
> The current implementation of UTF encoding/decoding isn't translating correctly ASCII edge cases (ie bytes 0 and 127).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)