X-Recipient: archive-cygwin AT delorie DOT 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:subject:references:to:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=D71IJSywrBw4cTUe 9EH2Eqp40BLxr7Q9q48wLzA75u9o3GCDa1GTyuHoSaYJ63m0jNzYOKjZ9WBbuFJf hs575/ajkNKf8UuQo8Tk4fqwJAMj+aqULxwC3zqvy31YJQF4EgvzoLS/rW4ohXlZ OtD/wtlpBzS4ytXpD8gic6NCc6A= 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:subject:references:to:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=ZGMqMyEvSHnELV1eqoJaqg 5Xu+U=; b=oFKzYQyXyiBxGdueIMGsLx5sPMDUnTqPORa93wd6xPROXGNiWFzCZK UYdUtjmMJg1rlGUwKJehjQBr94rUJ+fNnADdcYLpbd/XaEh2lf84NSxwFbVznnlg lv8GGFAhpo69geQRdXNh0ksMzpGYXvwrPKtqpOXLGEg1qVttqcGhc= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_05,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=en_us, en_US, UD:en_US.UTF-8, UD:UTF-8 X-HELO: limerock04.mail.cornell.edu X-CornellRouted: This message has been Routed already. Subject: Re: Quotes changed to odd characters in gcc error msgs References: <7ddb3b6ed96c4cabe49cb1fb5559c32b AT mail DOT gmail DOT com> <5696786C DOT 90208 AT cornell DOT edu> <277b7d7a165db5eb69855d1ce25cb6d6 AT mail DOT gmail DOT com> To: cygwin From: Ken Brown Message-ID: <5696B2A3.1010001@cornell.edu> Date: Wed, 13 Jan 2016 15:25:07 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <277b7d7a165db5eb69855d1ce25cb6d6@mail.gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes [Let's keep the discussion on the mailing list.] On 1/13/2016 11:28 AM, Chuck Roberts wrote: > -----Original Message----- > From Ken Brown > On 1/13/2016 10:05 AM, Chuck Roberts wrote: >> Hello, >> I am running Cygwin 2.3.0 on Windows 7. I'm new to Cygwin and trying >> to learn C programming (basic ANSI C). >> >> I'm having 2 problems. >> >> 1) When I get an error message from the gcc compiler, the quotes in >> the message are turned to high ascii characters that don't make sense. >> How do I fix this? My TERM variable says "cygwin". > > These are probably Unicode curly quotes. They should display properly if > you use one of the standard Cygwin terminals (such as mintty or xterm). > > Ken > > Got it! I did this then added these commands to my .bashrc: > export TERM=mintty > export LANG=en_US Bad idea. mintty sets TERM to the appropriate value (which happens to be xterm). And you probably want LANG to be en_US.UTF-8; but you don't have to set it yourself. It's done by the script /etc/profile.d/lang.sh, which is run by /etc/profile. Ken -- 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