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 <nigro.fra@...>
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
----
---