From owner-svn-ports-head@FreeBSD.ORG Thu Jan 30 00:34:55 2014 Return-Path: Delivered-To: svn-ports-head@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 ESMTPS id D1CAE829 for ; Thu, 30 Jan 2014 00:34:55 +0000 (UTC) Received: from mail-ea0-f182.google.com (mail-ea0-f182.google.com [209.85.215.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 86DBD1CD1 for ; Thu, 30 Jan 2014 00:34:54 +0000 (UTC) Received: by mail-ea0-f182.google.com with SMTP id r15so1280015ead.41 for ; Wed, 29 Jan 2014 16:34:47 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=ocxHprzQHnRPsGX7G9/LrrKGWlvIE11cGkamL7WxHrE=; b=h/r7LQModl94ACya53fmaxUlTnNPc7pBwKipz9g2bwr2DZ8LQoe4czXgyIHPPdtE3S qJ+eOL3sJWuLlBA6Z0vrNVveMjSoRzf2JWaBffoihaij2bIqDjWJXRPc/XI1vWZ1/orS RFVWhAnEWHeM3m6cWsLedTi3zQIciHSD9wIaG8sgcWQ7Rfd2NRM0gEMLzLTDarG1DjPz tPfoiKEoENPc1Jc5d9D/JxNiOmfwNJI3x08f0Zpxv5CiHitZCWtYmxj+VIte0wobiSLn qApArLGz7ovsfvwRmb5Ce2pVWi1KvP+SUOLIvD8uppHgDUewk60T3XlKAznkRP7lxvzi t2sQ== X-Gm-Message-State: ALoCoQm7LSaXJm3+YMGwhQ8f+SvIv2o1eqdMBgzquOT/5H00gIFxmfzwpF7M+VgZrOHktf+LKe0m X-Received: by 10.14.216.193 with SMTP id g41mr13220512eep.13.1391042086905; Wed, 29 Jan 2014 16:34:46 -0800 (PST) Received: from [192.168.1.2] ([89.169.173.68]) by mx.google.com with ESMTPSA id l4sm15410872een.13.2014.01.29.16.34.46 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 29 Jan 2014 16:34:46 -0800 (PST) Message-ID: <52E99E26.9090103@freebsd.org> Date: Thu, 30 Jan 2014 04:34:46 +0400 From: Andrey Chernov User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Tijl Coosemans Subject: Re: svn commit: r341778 - in head: converters/php5-iconv converters/php53-iconv converters/php55-iconv lang/php5 lang/php53 lang/php55 References: <201401292041.s0TKfSH4038663@svn.freebsd.org> <52E97D0F.9030001@freebsd.org> <20140130000705.4e81912f@kalimero.tijl.coosemans.org> In-Reply-To: <20140130000705.4e81912f@kalimero.tijl.coosemans.org> X-Enigmail-Version: 1.7a1pre Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jan 2014 00:34:55 -0000 On 30.01.2014 3:07, Tijl Coosemans wrote: > On Thu, 30 Jan 2014 02:13:35 +0400 Andrey Chernov wrote: >> On 30.01.2014 0:41, Tijl Coosemans wrote: >>> Log: >>> Allow the use of //TRANSLIT and //IGNORE with PHP iconv. >> >> PHP iconv only is not enough. What about python and ruby? What about all >> other languages with iconv wrappers? > > For PHP it is in the official documentation: > http://php.net/manual/en/function.iconv.php > > That doesn't seem to be the case for the other languages. > At least ruby docs mentions transliterate and discard_ilseq: http://ruby-doc.org/stdlib-1.9.2/libdoc/iconv/rdoc/Iconv.html I don't have a time to check all other languages, but know for sure that in real life everybody expects gnu extensions here. Do you plan to scan each port source tarball for their possible usage too?