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:message-id:date:from:to:subject:references :content-type; q=dns; s=default; b=J+P7hGvP5pqAzUiEI33OsPunIEId2 XsNPvvss7Yq/3Jq8DtOAJk88Zn5TB5nb3shMoE9SgjUU08c/MsqoJu6FzYInr1aH D+qecSeHciW0RC6ieS3exBwB9/yxbwYMVqfC9Jc7O4xDJ7ODe7Xckx1uwRD9+cNj B61nKgcRo8R2Yo= 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:message-id:date:from:to:subject:references :content-type; s=default; bh=MWemwSeoAPlw6AfF7f7VeLq1AuA=; b=nN3 /YiTrYT0zT1A+bAX1PFECAQFlzcc2Qd1w8dyrEpk/2HFEQ4mDF+AcCWNkFgoMl3G SDkT/1sciAz+vyxtnIRe5upF4RqU5hRMNrc/FNDQT+WWVyAfezQYwUFSMphLs/mT DNUbMD1GKCwJF7LO52XlO+sQfvD5D2DB/FB5cB8I= 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=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*UA:github.com, H*M:1c69fb81, H*M:google X-HELO: mail-oi0-f67.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:date:from:to:subject:references:user-agent; bh=/IufRxpSxQlE7sDeHbPXKaIXO7iMOntZJ4QBRJBEu4M=; b=mpa02tprPjok0rRXZAQhyAj0cmO3/5PsInmvPIz7TQiC/ecW54jPnl4rLkSnvxOaiI ceAMmLNZOxk2OqRgluBfyJaUcHkePhBcAjyM8sdfn9KtUp1FjRYSz4SkreO1F2Tjc6GP Spz+p6C8COqOKBT3qZltyFiyCWhTYBYv81KM/J/QgTJtDAhYg717PLGAzzNNPjAXpM8W pBZZqxD3IwbqF7QGfK0Cq6jJGGU4kl3x7yXPIu7WJgp2MGL+8yBzPp5F5DQ9KZLI9XR8 3GY4EZu+cIf9kQJr/WFvJVmokxbiYqZswF7DFHcdnq0HKkeCVnrcFfw2lzl7/Jq3RJEp vE7g== Message-ID: <5b67c6ae.1c69fb81.a2291.df11@mx.google.com> Date: Sun, 05 Aug 2018 20:55:26 -0700 (PDT) From: Steven Penny To: cygwin AT cygwin DOT com Subject: Re: segfault with iconv References: <8f895b64-9474-3fa1-2249-efa05c3e18f7 AT gmail DOT com> Content-Type: text/plain; charset=utf8; format=flowed User-Agent: Tryst/2.8.0 (github.com/cup/tryst) 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 -- 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