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:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=UdRFp5u+cEDKlqhD gQZ4Us5gG6LawbVJkIcIJEqpJYIXbq0ByHNrTXDPhn3U6KqDynOZC1BoyMZWOz7N gfcTM8Ap6/QV65ftoVYEGN7nRlYopRP+FUIWJp0QSmJ2VnH5qKnoAiGyrr8m7WqQ nX69D6adMFBsJAdruYPkjhCcoXk= 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:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=zFZZAymN8v1XpxRTPd274A cIr+0=; b=AZ/2qLuq0L535/BUcX+Yky/HkT5/NUKi0ZLNDhyq1wsQ/lGyv0j0mF Nz06hRVYUzwoHm2kJWLQgqlbhRquT1PB372jmzAbPj8LCNYUQrWzs+ejfGRXXW/m 0cAjdPkhohkidmkUkJpQBKymYlHq0qhZA3EL/chotesld6d3/j6Nw= 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-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Steven, steven, penny, Penny X-HELO: mail-it0-f46.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:openpgp:autocrypt:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=BOt8+ww4eSI34lRbhnCp0GKpk3ou8Y1zoCLoikrKZNw=; b=BIwkwrF3VwJKCAiQ2YYr6k41Fi0bOIABwYH/iQhPVeRKI2/BVfpQJOaodgxAu9TVBU PFUjEy6mbkhFa6ji8JIf+aIxydNwMdSGa0kUP+KY09jn2pBiI4CzJGxPHb+npy7R214x hX1k8+5f6s7DDuYNlnSabkSde/ORpJTBtGSvDpVvATXk0tzn84qGA620MVc64Va4EOk9 kucfLTNCNMBT0IKVK2ZNf2/uaDcclp5nsd/LerUl0XV1aPo3TpSNuhTuP4q8ytgVHtde SVpYtYe/YfHl+1ASWK1ISBl1v/0ryMC2RooarJXnFBcJFmPSF7vhcRncHlRTDzsK0Wgs MDQQ== Subject: Re: segfault with iconv To: cygwin AT cygwin DOT com References: <8f895b64-9474-3fa1-2249-efa05c3e18f7 AT gmail DOT com> <5b67c6ae DOT 1c69fb81 DOT a2291 DOT df11 AT mx DOT google DOT com> From: cyg Simple Openpgp: preference=signencrypt Message-ID: <65a93d26-3932-1de2-ea27-e2350c04906a@gmail.com> Date: Mon, 6 Aug 2018 15:14:52 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <5b67c6ae.1c69fb81.a2291.df11@mx.google.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes On 8/5/2018 11:55 PM, Steven Penny wrote: > On Sun, 5 Aug 2018 23:04:54, cyg Simple wrote: >> I'm getting a segfault with iconv with the attached script.  Do others >> have this problem?  TIA for the information. > > Not sure what is breaking for you - but works fine here: > >    $ echo böse bübchen > infile.txt > >    $ LC_ALL=C iconv --byte-subst '<%X>' -f ASCII -t ASCII infile.txt >    bse bbchen > >    $ LC_ALL=en_US.UTF-8 iconv --byte-subst '<%X>' -f ASCII -t ASCII > infile.txt >    bse bbchen > Thanks for checking. My problem has been resolved with a reinstall. -- cyg Simple -- 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