X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:to:subject:references
	:content-type; q=dns; s=default; b=Hela3gJd/nwtWEwlQ+aZopOuzPuQO
	3wITk/nwMA45ocjH1m8GPb1Kag2cJaueuNNz0erz5BPMeX8Pd/y4+cwhrtQGFHZu
	CqdUO8KxkI9wEziqlZAdo6vRiIFqmZsIaGFwegz5TABr9zpwbECsunV/H+vOWhGX
	AWM0LyEHFpSrJE=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:to:subject:references
	:content-type; s=default; bh=G/2jnWKCy1Ry9tk96hXySwnFwFA=; b=Ue3
	BXrsMmOxnMklNezbsX2ZQyb4Jibklqc7+bcLylHqX4SoJXEr6Qtf1/8CwmjSVh86
	8LfCFzhK5haS2AxL496oKrvpkSB2USouQzoVOHWB4Hy1ESurdAjmd5zabT5WvtOS
	u0uRut3SxnOg1EJ4AfRY/hGb5RzXX3BlGRXLZuh0=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
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
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)
Message-ID: <5893ca05.3c239d0a.a0c91.6fc7@mx.google.com>
Date: Thu, 02 Feb 2017 16:08:37 -0800 (PST)
From: Steven Penny <svnpenn@gmail.com>
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

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

