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 227352009C6 for ; Tue, 31 May 2016 16:21:37 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1C775160A44; Tue, 31 May 2016 14:21:37 +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 5D2571609AD for ; Tue, 31 May 2016 16:21:36 +0200 (CEST) Received: (qmail 68380 invoked by uid 500); 31 May 2016 14:21:35 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Delivered-To: moderator for users@camel.apache.org Received: (qmail 63640 invoked by uid 99); 31 May 2016 14:18:49 -0000 X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.736 X-Spam-Level: *** X-Spam-Status: No, score=3.736 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_ENVFROM_END_DIGIT=0.25, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972, URI_HEX=1.313] autolearn=disabled Date: Tue, 31 May 2016 07:18:44 -0700 (MST) From: Deepak kumar To: users@camel.apache.org Message-ID: <1464704324503-5783310.post@n5.nabble.com> Subject: camel not supporting utf-8 character MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Tue, 31 May 2016 14:21:37 -0000 I have a spring boot camel project. Then there is a route which fetches xml data from activemq. When i run the program through STS -> Run as Spring Boot app it works fine for UTF-8 char encoding. But when i make the fat jar and run it then in the logs i get junk characters for chinese fonts. My logs are also UTF-8 enabled. Can anyone give me any idea where i might be wrong? -- View this message in context: http://camel.465427.n5.nabble.com/camel-not-supporting-utf-8-character-tp5783310.html Sent from the Camel - Users mailing list archive at Nabble.com.