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 9214C200BCC for ; Tue, 29 Nov 2016 18:00:09 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 913A4160B15; Tue, 29 Nov 2016 17:00:09 +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 0B53F160AFC for ; Tue, 29 Nov 2016 18:00:08 +0100 (CET) Received: (qmail 33038 invoked by uid 500); 29 Nov 2016 16:59:59 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 32882 invoked by uid 99); 29 Nov 2016 16:59:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2016 16:59:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9C3D12C03EA for ; Tue, 29 Nov 2016 16:59:58 +0000 (UTC) Date: Tue, 29 Nov 2016 16:59:58 +0000 (UTC) From: "Guillaume Nodet (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (KARAF-4868) Encoding problems in CLI with shell table output MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 29 Nov 2016 17:00:09 -0000 [ https://issues.apache.org/jira/browse/KARAF-4868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved KARAF-4868. ------------------------------------ Resolution: Fixed Fix Version/s: 4.1.0 > Encoding problems in CLI with shell table output > ------------------------------------------------ > > Key: KARAF-4868 > URL: https://issues.apache.org/jira/browse/KARAF-4868 > Project: Karaf > Issue Type: Bug > Components: karaf-shell > Affects Versions: 4.1.0 > Reporter: Jens Offenbach > Assignee: Guillaume Nodet > Fix For: 4.1.0 > > > When terminal encoding does not support UTF-8, the output gives something like this: > {code} > instance:list 08:31:41 > > SSH Port ? SSH Host ? RMI Registry ? RMI Registry Host ? RMI Server ? RMI Server Host ? State ? PID ? Name > > ?????????????????????????????????????????????????????????????????????????????????????????????????????????????? > > 8101 ? 0.0.0.0 ? 1099 ? 127.0.0.1 ? 44444 ? 127.0.0.1 ? Started ? 26740 ? root > {code} > In this case, I would be more preferable to suppress the special characters (used as separators) in the shell table output. -- This message was sent by Atlassian JIRA (v6.3.4#6332)