From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 52233 invoked by alias); 3 Feb 2017 00:08:51 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 52212 invoked by uid 89); 3 Feb 2017 00:08:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=BAYES_00,FREEMAIL_FROM,MIME_HEADER_CTYPE_ONLY,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*M:google X-HELO: mail-ot0-f195.google.com Received: from mail-ot0-f195.google.com (HELO mail-ot0-f195.google.com) (74.125.82.195) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 03 Feb 2017 00:08:40 +0000 Received: by mail-ot0-f195.google.com with SMTP id 65so456986otq.2 for ; Thu, 02 Feb 2017 16:08:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:to:subject:references :user-agent; bh=420NH8nziy60Wz4Eq9d7IkdBf+uXLjQMvEhU4PQkBtY=; b=uBzn866S5ylytNFSiEkkORu7xpyAxQzde2PxdloBs3AEWeH3PFVDbJH47rW6z2V/3Z XtDbuaYZ9UT0RYvfeN3caWZUqJkulS+80rzDxTeswViPLK1jfZSLk16AeDUXUOAqhyrS qZwBxotmwBzi/8zm/+U7QppLPCEtrzVhj5pvw33cPCRCIJYjJiVGyonkv3MUxJGRsqDE s2FFRIEuDT4DS9+QRr3pKV+pwKFvk1wIsBG+Ky2mD14y9VIdISxy2cMawRtMj7TUB476 /XaoHVxxZtRU8oFXhlEvxLLOAzauDE5W3PYnw7ne2tzOKa264Yp26P0vmW3Y6G3LWQ4W o6Tg== X-Gm-Message-State: AIkVDXKT59tKvGErDaAChfqfKEk+OmSNF9RqYboE9G+JcjZ8u9/2HKHvk3SsNPfPgvMv+A== X-Received: by 10.157.18.182 with SMTP id g51mr6056903otg.273.1486080518430; Thu, 02 Feb 2017 16:08:38 -0800 (PST) Received: from tmp.jPBF0Fm7vP ([2605:6000:9fc0:56:811:343f:f904:d318]) by smtp.gmail.com with ESMTPSA id j57sm13195155otb.1.2017.02.02.16.08.37 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 02 Feb 2017 16:08:37 -0800 (PST) Message-ID: <5893ca05.3c239d0a.a0c91.6fc7@mx.google.com> Date: Fri, 03 Feb 2017 00:08:00 -0000 From: Steven Penny X-Google-Original-From: Steven Penny To: cygwin@cygwin.com Subject: Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.7.0-0.1 References: <20170202133048.GD4310@calimero.vinschen.de> Content-Type: text; charset=UTF-8 User-Agent: mailing-list.awk 1.0.0 X-SW-Source: 2017-02/txt/msg00029.txt.bz2 On Thu, 2 Feb 2017 14:30:48, Corinna Vinschen wrote: > Under cygwin 2.7.0 this works fine for me in tcsh, bash 4.4.11-2, bash > 4.4.12-3 and od, including Alt +f6. That is, as long as I'm in the > Windows console. Mintty only supports Alt +f6 or Alt 246 when in > Unicode mode. With a clean environment you are going to have this: $ chcp.com Active code page: 437 Which will allow Alt 148 to work as expected: ö However once you change the code page: $ chcp.com 65001 Active code page: 65001 Alt codes and pasting stop working for certain characters. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple