From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29404 invoked by alias); 1 Sep 2018 16:13:18 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 29391 invoked by uid 89); 1 Sep 2018 16:13:17 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=-0.6 required=5.0 tests=AWL,BAYES_05,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=shade, H*MI:1c69fb81, H*M:1c69fb81, =ef=bf=bd?= X-HELO: mail-oi0-f43.google.com Received: from mail-oi0-f43.google.com (HELO mail-oi0-f43.google.com) (209.85.218.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 01 Sep 2018 16:13:14 +0000 Received: by mail-oi0-f43.google.com with SMTP id c190-v6so26920206oig.6 for ; Sat, 01 Sep 2018 09:13:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:date:from:to:subject:user-agent; bh=Zqzy5p1zrV2gmY7vzn4yk3LKGJkqByskzkXgMvTyCPQ=; b=P02G2vgayBgZa2Xd7WGBXd1MQs8/MHJ/k0m3+5HCaKzlZZ6cjNZHImJ8YqQjLH+4qp XZXTLLnaH4Vc1bKMghmkZIle74dzXElglNFwSa3WqPCYm7t42KLU7uzeBrrJNMkeBxGV 0nHtklkfGIdVQgDCWDG39WRiaqIx19MH6tChTKEUWV0+r3YZzH7RT44M16IDgCZGd3dG h9wDDUvWdaR7XoNvV0NBhhA/Iv0my6z7w5mzD5L6MUmq0F9L5f+LX5hJ+BuHcTqehLLr jPRWUy5OJYCIvhFeIONZWrk+ObP/akcuXn2fzGNdCwnm8a1aBJuDDz8Kyc1PJVPK5bCP NBDg== Return-Path: Received: from m2m (cpe-76-182-193-237.tx.res.rr.com. [76.182.193.237]) by smtp.gmail.com with ESMTPSA id m11-v6sm13082767oif.27.2018.09.01.09.13.11 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 01 Sep 2018 09:13:11 -0700 (PDT) Message-ID: <5b8aba97.1c69fb81.96f14.1b37@mx.google.com> Date: Sat, 01 Sep 2018 16:13:00 -0000 From: Steven Penny To: cygwin@cygwin.com Subject: Cygwin fails to utilize Unicode replacement character Content-Type: text/plain; charset=utf8; format=flowed User-Agent: Tryst/2.8.0 (cup.github.io/tryst) X-SW-Source: 2018-09/txt/msg00013.txt.bz2 Using this file: $ printf '\353\n' > alfa.txt $ iconv -f CP1252 alfa.txt ë You get this result with Linux: $ cat alfa.txt � Where "cat" properly outputs Unicode 'REPLACEMENT CHARACTER' (U+FFFD). However with Cygwin you get this: $ cat alfa.txt ▒ Where "cat" outputs Unicode Character 'MEDIUM SHADE' (U+2592). -- 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