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 1BBCF200C2F for ; Mon, 6 Mar 2017 16:43:39 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1A707160B81; Mon, 6 Mar 2017 15:43:39 +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 6556A160B73 for ; Mon, 6 Mar 2017 16:43:38 +0100 (CET) Received: (qmail 86209 invoked by uid 500); 6 Mar 2017 15:43:37 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 86198 invoked by uid 99); 6 Mar 2017 15:43:37 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Mar 2017 15:43:37 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 2BF0EC3C74 for ; Mon, 6 Mar 2017 15:43:37 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.651 X-Spam-Level: X-Spam-Status: No, score=0.651 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id eFLqokmR3d7Z for ; Mon, 6 Mar 2017 15:43:36 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 3033660DFC for ; Mon, 6 Mar 2017 15:43:36 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id DD769E02F7 for ; Mon, 6 Mar 2017 15:43:34 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 3B35F24194 for ; Mon, 6 Mar 2017 15:43:33 +0000 (UTC) Date: Mon, 6 Mar 2017 15:43:33 +0000 (UTC) From: =?utf-8?Q?Henrik_St=C3=A5hl_=28JIRA=29?= To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CASSANDRA-13301) Cannot enter non-US characters at cqlsh interactive prompt on Mac MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 06 Mar 2017 15:43:39 -0000 Henrik St=C3=A5hl created CASSANDRA-13301: ---------------------------------------- Summary: Cannot enter non-US characters at cqlsh interactive p= rompt on Mac Key: CASSANDRA-13301 URL: https://issues.apache.org/jira/browse/CASSANDRA-13301 Project: Cassandra Issue Type: Bug Components: CQL Environment: OS X 10.12.3, MacBook Pro / Swedish Pro keyboard Reporter: Henrik St=C3=A5hl Priority: Minor The cqlsh interactive prompt does not accept key entries of non-US characte= rs (such as =C3=A5, =C3=A4, =C3=B6, =C2=A7) from my keyboard. When I hit a = non-US key, I get a "boink" sound and nothing appears at the prompt. I don'= t have this issue at the system command prompt, nor when parsing a cql file= using "cqlsh -f myfile.cql". Seems to be related to the system-provided Py= thon shell (2.7.10) on OS X. Verified workaround: "easy_install readline" from command line as per https= ://discussions.apple.com/message/11569875#11569875, then restart cqlsh. Possible (not verified) workaround: Install newer Python version. -- This message was sent by Atlassian JIRA (v6.3.15#6346)