Return-Path: X-Original-To: apmail-subversion-dev-archive@minotaur.apache.org Delivered-To: apmail-subversion-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AD1F4996A for ; Wed, 15 Aug 2012 17:40:22 +0000 (UTC) Received: (qmail 83471 invoked by uid 500); 15 Aug 2012 17:40:22 -0000 Delivered-To: apmail-subversion-dev-archive@subversion.apache.org Received: (qmail 83441 invoked by uid 500); 15 Aug 2012 17:40:22 -0000 Mailing-List: contact dev-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@subversion.apache.org Received: (qmail 83427 invoked by uid 99); 15 Aug 2012 17:40:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Aug 2012 17:40:22 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dpb@corrigendum.ru designates 84.201.187.148 as permitted sender) Received: from [84.201.187.148] (HELO forward3h.mail.yandex.net) (84.201.187.148) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Aug 2012 17:40:16 +0000 Received: from smtp1h.mail.yandex.net (smtp1h.mail.yandex.net [84.201.187.144]) by forward3h.mail.yandex.net (Yandex) with ESMTP id D879E1361A4A; Wed, 15 Aug 2012 21:39:53 +0400 (MSK) Received: from smtp1h.mail.yandex.net (localhost [127.0.0.1]) by smtp1h.mail.yandex.net (Yandex) with ESMTP id A2AEE13402D0; Wed, 15 Aug 2012 21:39:53 +0400 (MSK) Received: from 95-37-151-52.dynamic.mts-nn.ru (95-37-151-52.dynamic.mts-nn.ru [95.37.151.52]) by smtp1h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id dqx8ggv4-drxuET9D; Wed, 15 Aug 2012 21:39:53 +0400 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "Philip Martin" Cc: dev@subversion.apache.org Subject: Re: [PATCH] Don't strip Content-Type in .po files on Windows References: <87mx1xyce8.fsf@stat.home.lan> Date: Wed, 15 Aug 2012 21:39:53 +0400 MIME-Version: 1.0 Content-Transfer-Encoding: Quoted-Printable From: =?utf-8?B?0KDQvtC80LDQvSDQlNC+0L3Rh9C10L3QutC+?= Message-ID: In-Reply-To: <87mx1xyce8.fsf@stat.home.lan> User-Agent: Opera Mail/12.01 (Win64) X-Virus-Checked: Checked by ClamAV on apache.org Philip Martin =D0=BF=D0=B8=D1=81=D0=B0=D0=BB= =D0=B2 =D1=81=D0=B2=D0=BE=D1=91=D0=BC =D0=BF=D0=B8=D1=81=D1=8C=D0=BC=D0= =B5 Tue, 14 = Aug 2012 14:51:43 +0400: > =D0=A0=D0=BE=D0=BC=D0=B0=D0=BD =D0=94=D0=BE=D0=BD=D1=87=D0=B5=D0=BD=D0= =BA=D0=BE writes: > >> - On Windows, we only support linking with svn-win32-libintl, which i= s >> hacked to disable all encoding conversions. > > I assume it provides bind_textdomain_codeset as a function that does > nothing. That is correct. >> - Even if someone links with with his own version of libintl, it's a >> safe bet that it will be new enough to support >> bind_textdomain_codeset, so we can just call that. > > If somebody managed to use an old version I guess there would be some = = > sort of > linker failure. Build time? Run time? Link time (it would be compile time if not for C's implicit declarations= ). > If somebody managed to use their own version that did encoding > conversions I guess that would also be OK since it would be a utf8-utf= 8 > no-op. Exactly; and that's how it currently works on Linux. Roman.