You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by franz1981 <gi...@git.apache.org> on 2017/12/21 17:18:22 UTC

[GitHub] activemq-artemis pull request #1739: ARTEMIS-1572 UTF-8 Encoding is not tran...

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

----


---

[GitHub] activemq-artemis pull request #1739: ARTEMIS-1572 UTF-8 Encoding is not tran...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---

[GitHub] activemq-artemis issue #1739: ARTEMIS-1572 UTF-8 Encoding is not translating...

Posted by gaohoward <gi...@git.apache.org>.
Github user gaohoward commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1739
  
    @franz1981 can you re-open this? I got the PR number wrong while doing another merge. 
    Sorry about that.


---

[GitHub] activemq-artemis issue #1739: ARTEMIS-1572 UTF-8 Encoding is not translating...

Posted by franz1981 <gi...@git.apache.org>.
Github user franz1981 commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1739
  
    @gaohoward Done! https://github.com/apache/activemq-artemis/pull/1746


---