X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-3.9 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: <50745E1D.5020208@web.de> Date: Tue, 09 Oct 2012 18:25:49 +0100 From: Olumide <50295 AT web DOT de> User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Displaying extended ASCII characters in output of octal dump as hexadecimal Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 When I run octal dump (od) I notice that extended ASCII characters are displayed incorrectly as ordinary characters. For example, the extended characters 191, 196, and 218 are displayed as '?' , 'D' and 'Z' respectively. I thought od was 'anding' the each character with 127, but I've been informed that this because my shell/terminal is not configured to display non-ASCII characters. How can I configure Cygwin to display extended characters as in hexadecimal format? Thanks - Olumide -- 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