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:date:from:reply-to:message-id:to:subject
	:in-reply-to:references:mime-version:content-type
	:content-transfer-encoding; q=dns; s=default; b=lHcpzFTVzr88pKZ1
	uO6i8Tw8kzQaC413m9PSY8D9kuYDekVrsJ53PdmsYSLxMpAMdsBsQ2EjLeP7vdu2
	s8ZU+Zxrlpf5SvUlqTXDI0KaJ/tS+0/6DG4sSYQ8L8P5MKwO/q1gLVeXqLbBL3lT
	XLWmYbpXRkhiNOkSUidAbS29qVQ=
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:date:from:reply-to:message-id:to:subject
	:in-reply-to:references:mime-version:content-type
	:content-transfer-encoding; s=default; bh=4zJBK0Bi1AmMEQ4Uj37PZ5
	JUthI=; b=vAs29L+aEwYirYjgLlysBJqMxsLFCzjnYBRxgvWb5XL4IEHxTNNj1D
	mJLSjTmYMYYXHaPywm7C63A3l9cKC/8T9lD0W22ez9bP8cJxAbxK06pp3R3bF3iB
	K44yX2hTxPGB3DZQzNJK83sLhmx2p0GTMO7BRCc5mlfXykgiA+XhE=
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=4.4 required=5.0 tests=AWL,BAYES_60,FREEMAIL_FROM,KAM_THEBAT,SPF_SOFTFAIL autolearn=no version=3.3.2
X-HELO: smtp.ht-systems.ru
Date: Tue, 17 Nov 2015 04:28:22 +0300
From: Andrey Repin <anrdaemon@yandex.ru>
Reply-To: cygwin@cygwin.com
Message-ID: <705785256.20151117042822@yandex.ru>
To: "Gluszczak, Glenn" <glenn.gluszczak@emc.com>, cygwin@cygwin.com
Subject: Re: Newline missing in csh
In-Reply-To: <91DCAC3CB99C724EB365BB64677FBE7B01BEBA@MX204CL04.corp.emc.com>
References: <91DCAC3CB99C724EB365BB64677FBE7B01BEBA@MX204CL04.corp.emc.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

Greetings, Gluszczak, Glenn!

> cat "/proc/registry/HKEY_CURRENT_USER/Control
> Panel/International/sLanguage" works fine in bash
> but if I switch to csh I fail to get a newline when reading the registry.

> $ cat -v "/proc/registry/HKEY_CURRENT_USER/Control Panel/International/sLanguage"
> ENU^@
> $ csh
> $ cat -v "/proc/registry/HKEY_CURRENT_USER/Control Panel/International/sLanguage"
> ENU^@$

cat -v "/proc/registry/HKEY_CURRENT_USER/Control Panel/International/sLanguage" | od -t x1


-- 
With best regards,
Andrey Repin
Tuesday, November 17, 2015 04:27:55

Sorry for my terrible english...


--
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

