Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 486A7200B7E for ; Tue, 23 Aug 2016 06:16:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 46EBA160AC3; Tue, 23 Aug 2016 04:16:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 85EA4160AB3 for ; Tue, 23 Aug 2016 06:16:21 +0200 (CEST) Received: (qmail 91490 invoked by uid 500); 23 Aug 2016 04:16:20 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 91464 invoked by uid 99); 23 Aug 2016 04:16:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Aug 2016 04:16:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7293E2C0150 for ; Tue, 23 Aug 2016 04:16:20 +0000 (UTC) Date: Tue, 23 Aug 2016 04:16:20 +0000 (UTC) From: "Dmitry Karachentsev (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-3722) Cached in a file text must be written with UTF-8 charset, not default MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 23 Aug 2016 04:16:22 -0000 Dmitry Karachentsev created IGNITE-3722: ------------------------------------------- Summary: 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 Fix For: 1.8 Writing/reading text files 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)