From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: tfardy Newsgroups: gmane.emacs.help Subject: Coding problem? Date: 4 Mar 2014 22:05:43 GMT Message-ID: <1300336336415663139.639598super.tfard-tfardoland.earth@News.Individual.DE> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1393973178 10515 80.91.229.3 (4 Mar 2014 22:46:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 4 Mar 2014 22:46:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 04 23:46:28 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WKy6V-0004sU-RO for geh-help-gnu-emacs@m.gmane.org; Tue, 04 Mar 2014 23:46:27 +0100 Original-Received: from localhost ([::1]:48983 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKy6V-0001oA-5o for geh-help-gnu-emacs@m.gmane.org; Tue, 04 Mar 2014 17:46:27 -0500 Original-Path: usenet.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-X-Trace: individual.net 1DKWgYLWN5nm3IsK+fLyzQuo0kptsBnF5NrISt15PuZQCh3Q== Cancel-Lock: sha1:bnF29/2E6Z9QaviGynQvBeORARA= User-Agent: NewsTap/4.0.1 (iPad) Original-Xref: usenet.stanford.edu gnu.emacs.help:203988 X-Mailman-Approved-At: Tue, 04 Mar 2014 17:46:16 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:96257 Archived-At: Windows 7, Emacs 24.3: On command line (aka cmd) I do: foo.exe ENTER and I get a readable correct output. Second try: foo.exe > foo.txt ENTER and then I open foo.txt in Emacs and I get the same correct content. But when I try foo.exe in shell-mode in Emacs I get only junk (chinese characters). What is wrong? regards Marc