From owner-freebsd-questions@FreeBSD.ORG Wed Sep 4 09:55:53 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CF2A2BFF for ; Wed, 4 Sep 2013 09:55:53 +0000 (UTC) (envelope-from cjpugmed@gmail.com) Received: from mail-vb0-x241.google.com (mail-vb0-x241.google.com [IPv6:2607:f8b0:400c:c02::241]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 92D6A244F for ; Wed, 4 Sep 2013 09:55:53 +0000 (UTC) Received: by mail-vb0-f65.google.com with SMTP id f12so9270vbg.0 for ; Wed, 04 Sep 2013 02:55:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=uYf05Bwed0ufray1s+bmeaG9GoTmnw1NpC0yjRN4KMM=; b=MZ9bZWSv9qD0l4VyhttfaDStaBGIgfxwSRE/AiF4b6Cvh2TQMkDcOYK0OKJa/yrqtL uvZEaZVuGKDxRy1ey30QYr45LRbRSUk2eceEML80CQwBprcm52NHLRw9nH2nC4CLI5Vs R1zmLaqTQ/8ZoZ7sytMkix9CajF0ax8Pc8wcT6vkfq/8xJzWhUblW4CPTTeuSdtozJXj DdMBnI75C+Pruo9oLrylwuvKZcypaXDS7oBYb9WoZjMihdE//tAO04EvuEmiANxmPw1I dg4D0XPHHpl7VD9hG/dqXeQQ1b2cNE25UY1L8h2w9MIafvCl9UjK1lCJQPoRpaN9ANDD PXjg== MIME-Version: 1.0 X-Received: by 10.220.91.16 with SMTP id k16mr1915261vcm.21.1378288552731; Wed, 04 Sep 2013 02:55:52 -0700 (PDT) Received: by 10.220.1.17 with HTTP; Wed, 4 Sep 2013 02:55:52 -0700 (PDT) Date: Wed, 4 Sep 2013 11:55:52 +0200 Message-ID: Subject: iconv conversion fails From: Carlos Jacobo Puga Medina To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Sep 2013 09:55:54 -0000 Hi folks, I have a problem with the iconv(1) conversion, despite it supporting the encoding charset ISO-8859-1 it throws the following error: unsupportedrsion from ISO-8859-1 iconv: try 'iconv -l' to get the list of supported encodings iconv(1) on BSD has: % iconv -l | grep ISO-8859-1 CP819 IBM819 ISO-8859-1 ISO-IR-100 ISO8859-1 ISO_8859-1 ISO_8859-1:1987 L1 LATIN1 CSISOLATIN1 ISO-8859-10 ISO-IR-157 ISO8859-10 ISO_8859-10 ISO_8859-10:1992 L6 LATIN6 CSISOLATIN6 ISO-8859-11 ISO8859-11 ISO_8859-11 ISO-8859-13 ISO-IR-179 ISO8859-13 ISO_8859-13 L7 LATIN7 ISO-8859-14 ISO-CELTIC ISO-IR-199 ISO8859-14 ISO_8859-14 ISO_8859-14:1998 L8 LATIN8 ISO-8859-15 ISO-IR-203 ISO8859-15 ISO_8859-15 ISO_8859-15:1998 LATIN-9 ISO-8859-16 ISO-IR-226 ISO8859-16 ISO_8859-16 ISO_8859-16:2001 L10 LATIN10 My .cshrc locale variables are: setenv LANG es_ES.UTF-8 setenv LC_ALL es_ES.UTF-8 This is the full log[1] of 'bash -x google-translate.sh' What I'm missing? --CJPM [1] http://pastebin.com/jjtC7VJk