X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=3aHfKRY1nGunHWVgSI8A+OSR4stMvhXA6nyvbaZ7wGU=; b=eO1tuuZo5vImmgORrMBN8Df9VjCDGgFMrcBHpOH0kYAar6H40qZEZxohOGZ4NV/2gk NRLuorlxKPRVKgeXW0JYA5BB3/MjIpirF2LPnju+624+0p5q1/vg881DzuHDePjWHDZI gxRcipEtHVZ0NENaDT/E8EPZJbadBrx2zizEdmdOU2RsqTkDhWDACaVGmOum9z9aEnZ1 s01eu8CkSC7c3X6wUx7hV3x2ArHBgOXRUiwnc9jFKLqcXDahI5Xb7Sg0jQIc8YDjyTlq SQ98k89o9ZcbzRZmrJAXUQDglx3N33bCLDW04CVXh5WgF5EVSz9DABegd1c3F+CetORT aJqQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=3aHfKRY1nGunHWVgSI8A+OSR4stMvhXA6nyvbaZ7wGU=; b=C5ueTNhlJ6suKtn1Iji2P0DuQ/CzF9WPMF0K5H4LvLppOkfuqUp7nWNCOV+j8rWA47 xD8uSjH8tGRMUvCfO0xprdkzsyCYsE4xfckinbPFfeMqMMGYkWSlRAT6UjQx7dpOupqo UwgjYbvLPU69k9AMMSdz5zMUQx3AoLOjvWlqPlJXC+FiV0Q7XHh9x3mnQto2BDwdLPDq 5TJcNeJTUy4dzvMhkYqlpnAUwcrNQD4CC9xNHqtVW3ubKCTz78DLscd4T35mSIu7i2dv QCqZmvLvdezkQxC7agnDW9BLSsXy+CjDoJg+jFTClOqYGK+9R14qtIdSMAzS73Ok85AY QHRw== X-Gm-Message-State: AOAM533KXYVfXn4JYewe0GAwWhVvXOAyjOsqV865PMzeQmAPRMgu9z7a kQ8qdjKKW/O1yLUczAhEHYFlBNeACAXYu4I7UC09inOw X-Google-Smtp-Source: ABdhPJwyL6EVOAlh+jVF+3JpugTPQTlEMtjumlS940gN1/RUfngEVIEm7Chph5TisLm4eiZ/34pCvmB1LAWvipItjZQ= X-Received: by 2002:a05:6830:1b68:: with SMTP id d8mr15725029ote.235.1616859126463; Sat, 27 Mar 2021 08:32:06 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <83lfa8ocdx.fsf@gnu.org> References: <83o8f4oftm DOT fsf AT gnu DOT org> <83mtuooepe DOT fsf AT gnu DOT org> <83lfa8ocdx DOT fsf AT gnu DOT org> From: "Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp AT delorie DOT com]" Date: Sat, 27 Mar 2021 18:32:06 +0300 Message-ID: Subject: Re: issue with popen and reading from stdout To: djgpp AT delorie DOT com Content-Type: text/plain; charset="UTF-8" Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 3/27/21, Eli Zaretskii (eliz AT gnu DOT org) [via djgpp AT delorie DOT com] wrote: >> The archived file is binary not a text, although unrar might have screwed >> up. > > If "unrar -p" is supposed to output the archived file to stdout, then > unrar should do that in binary mode; if it doesn't, that's a bug > (possibly in the DOS port). My thoughts exactly. Thanks for taking time to respond though all this.