Re: [PATCH] Don't strip Content-Type in .po files on Windows

2012-09-02 Thread Роман Донченко
Роман Донченко писал в своём письме Mon, 06 Aug 2012 03:19:23 +0400: [[[ On Windows, don't strip the Content-Type field from .po files during their compilation. ... ]]] Got approval from brane on IRC; committed in r1380056.

Re: [PATCH] Don't strip Content-Type in .po files on Windows

2012-08-15 Thread Роман Донченко
Philip Martin писал в своём письме Tue, 14 Aug 2012 14:51:43 +0400: Роман Донченко writes: - On Windows, we only support linking with svn-win32-libintl, which is hacked to disable all encoding conversions. I assume it provides bind_textdomain_codeset as a function that does nothing. Th

Re: [PATCH] Don't strip Content-Type in .po files on Windows

2012-08-15 Thread Philip Martin
Julian Foad writes: > If he has no particular > objection then I'll be happy to commit this even though I can't > easily test it. We only need to approve it as Роман Донченко has commit access. -- Certified & Supported Apache Subversion Downloads: http://www.wandisco.com/subversion/download

Re: [PATCH] Don't strip Content-Type in .po files on Windows

2012-08-14 Thread Роман Донченко
Well, I could, but what would be the point? Daniel Shahaf писал в своём письме Mon, 13 Aug 2012 09:54:14 +0400: If nothing else, feel free to at least create a feature branch off of trunk and commit the patch there. http://subversion.apache.org/docs/community-guide/general.html#lightweight

Re: [PATCH] Don't strip Content-Type in .po files on Windows

2012-08-14 Thread Julian Foad
Philip Martin wrote: > Роман Донченко writes: >>  - On Windows, we only support linking with svn-win32-libintl, which >>  is hacked to disable all encoding conversions. > > I assume it provides bind_textdomain_codeset as a function that does > nothing. > >>  - Even if someone links with with his

Re: [PATCH] Don't strip Content-Type in .po files on Windows

2012-08-14 Thread Philip Martin
Роман Донченко writes: > - On Windows, we only support linking with svn-win32-libintl, which is > hacked to disable all encoding conversions. I assume it provides bind_textdomain_codeset as a function that does nothing. > - Even if someone links with with his own version of libintl, it's a > sa

Re: [PATCH] Don't strip Content-Type in .po files on Windows

2012-08-14 Thread Daniel Shahaf
Making it visible, and easier to maintain going forward. Also it's possibly easier to tell persuade someone to "install " than to "". Роман Донченко wrote on Tue, Aug 14, 2012 at 00:51:28 +0400: > Well, I could, but what would be the point? > > Daniel Shahaf писал в своём письме Mon, 13 > Aug 2

Re: [PATCH] Don't strip Content-Type in .po files on Windows

2012-08-12 Thread Daniel Shahaf
If nothing else, feel free to at least create a feature branch off of trunk and commit the patch there. http://subversion.apache.org/docs/community-guide/general.html#lightweight-branches Gavin Baumanis wrote on Mon, Aug 13, 2012 at 11:06:48 +1000: > Ping. > This message has received no comments.

RE: [PATCH] Don't strip Content-Type in .po files on Windows

2012-08-12 Thread Gavin Baumanis
Ping. This message has received no comments. -Original Message- From: Роман Донченко [mailto:d...@corrigendum.ru] Sent: Monday, 6 August 2012 09:19 To: dev@subversion.apache.org Subject: [PATCH] Don't strip Content-Type in .po files on Windows Greetings, I submitted this patch a coupl