[
https://issues.apache.org/jira/browse/IGNITE-3722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15546313#comment-15546313
]
ASF GitHub Bot commented on IGNITE-3722:
----------------------------------------
GitHub user samaitra opened a pull request:
https://github.com/apache/ignite/pull/1144
IGNITE-3722 Cached in a file text must be written with UTF-8 charset,…
… not default
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/samaitra/ignite IGNITE-3722
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/1144.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 #1144
----
commit f6326de573d41f024a8f8acb62dbcc6e288b0d89
Author: samaitra <[email protected]>
Date: 2016-10-04T18:55:50Z
IGNITE-3722 Cached in a file text must be written with UTF-8 charset, not
default
----
> Cached in a file text must be written with UTF-8 charset, not default
> ---------------------------------------------------------------------
>
> Key: IGNITE-3722
> URL: https://issues.apache.org/jira/browse/IGNITE-3722
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Affects Versions: 1.7
> Reporter: Dmitry Karachentsev
> Assignee: Saikat Maitra
> Fix For: 1.8
>
>
> Writing/reading text files in default charset is error prone and UTF-8 must
> be set explicitly.
> F.e.
> org.apache.ignite.internal.MarshallerContextImpl#className() and
> org.apache.ignite.internal.MarshallerContextImpl.ContinuousQueryListener#onUpdated()
> InputStreamReader() and OutputStreamWriter() must have charset set.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)