You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/03/01 19:25:00 UTC

[jira] [Commented] (ASTERIXDB-2303) Some Unicode Chars Aren't Displayed Correctly

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

ASF subversion and git services commented on ASTERIXDB-2303:
------------------------------------------------------------

Commit 503c622005800f47c2182a258c8aa0ee42d3b936 in asterixdb's branch refs/heads/master from [~mhubail]
[ https://git-wip-us.apache.org/repos/asf?p=asterixdb.git;h=503c622 ]

[ASTERIXDB-2303][API] Fix Supplementary Chars Printing

- user model changes: no
- storage format changes: no
- interface changes: no

Details:
- Properly print supplementary chars as utf8
  by converting their java surrogates to a string.
- Add test case.

Change-Id: I59e825c11ff750d5b651fb86712023c52e98367e
Reviewed-on: https://asterix-gerrit.ics.uci.edu/2429
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Contrib: Jenkins <je...@fulliautomatix.ics.uci.edu>
Integration-Tests: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Michael Blow <mb...@apache.org>


> Some Unicode Chars Aren't Displayed Correctly
> ---------------------------------------------
>
>                 Key: ASTERIXDB-2303
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2303
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: API - HTTP API
>            Reporter: Murtadha Hubail
>            Assignee: Murtadha Hubail
>            Priority: Major
>
> Example query:
> {code:java}
> Select "😀";
> {code}
> Returns:
> {code:java}
> ��
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)