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 64980200BEF for ; Tue, 29 Nov 2016 15:30:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 63633160B05; Tue, 29 Nov 2016 14:30:01 +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 A8ED7160B23 for ; Tue, 29 Nov 2016 15:30:00 +0100 (CET) Received: (qmail 67127 invoked by uid 500); 29 Nov 2016 14:29: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 67016 invoked by uid 99); 29 Nov 2016 14:29: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 14:29:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A07732C0086 for ; Tue, 29 Nov 2016 14:29:59 +0000 (UTC) Date: Tue, 29 Nov 2016 14:29:59 +0000 (UTC) From: "Jens Offenbach (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (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 14:30:01 -0000 Jens Offenbach created KARAF-4868: ------------------------------------- Summary: 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 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)