[
https://issues.apache.org/jira/browse/IGNITE-1862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15409232#comment-15409232
]
ASF GitHub Bot commented on IGNITE-1862:
----------------------------------------
Github user isapego closed the pull request at:
https://github.com/apache/ignite/pull/208
> CPP: Fix string handling
> ------------------------
>
> Key: IGNITE-1862
> URL: https://issues.apache.org/jira/browse/IGNITE-1862
> Project: Ignite
> Issue Type: Task
> Components: platforms
> Affects Versions: ignite-1.4
> Reporter: Vladimir Ozerov
> Assignee: Vladimir Ozerov
> Priority: Critical
> Fix For: 1.5.0.final
>
>
> Currently we write strings using 2 bytes for each simbol. This way we are
> trying to mimic UTF16, which is natural for Java.
> Instead of doing this weird things, we should:
> 1) Tell user that we expect UTF8 string.
> 2) Write strings as plain char*.
> Once it is done, we will be able to remove "convertStrings" property from
> PortableMarshaller.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)