This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.7.0-0.1


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]