From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/11208 Path: news.gmane.org!.POSTED!not-for-mail From: He X Newsgroups: gmane.linux.lib.musl.general Subject: Support of msgctxt Date: Tue, 4 Apr 2017 22:00:58 +0800 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113552b2c5e8bd054c57b59e X-Trace: blaine.gmane.org 1491314512 21382 195.159.176.226 (4 Apr 2017 14:01:52 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 4 Apr 2017 14:01:52 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-11223-gllmg-musl=m.gmane.org@lists.openwall.com Tue Apr 04 16:01:46 2017 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1cvP1V-0003Su-P5 for gllmg-musl@m.gmane.org; Tue, 04 Apr 2017 16:01:29 +0200 Original-Received: (qmail 11477 invoked by uid 550); 4 Apr 2017 14:01:33 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 11450 invoked from network); 4 Apr 2017 14:01:31 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=uY5NX++DdzfYS2D6vaYGc3Zv1uk/3BDBrxAAHZH+0sI=; b=Zagqqn3IcMYkZ34MSWjYJxqi8baU0zA55TkOm9hIHB1azAt0j5hjQa7x+m3ilD8yIn 00lHROUFonV33zPV5rMBNGtyrgOeGrYL/26tB6Tb5eLUsbXJCV4sMNnL0uiVlPOiAoal KmT0abzLhT5UyD9y+luAl8tIRTZD1BAn5G9pS5R+W9iCM8fUhzOKCE4l6ifGw0X0zFmg iACCmjyqiHhowu77LNlNRL7GoeQtOiyt5jzv0b2+sN8bF9ciPBwwpVfPKrOaBQU6L100 6K3umH0ZVmNC9CqYQ2I7xCRlYtwBG/37211vroZ2CD2QOoh4oYVF4gl43KVXOZECQu5G 1z6g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=uY5NX++DdzfYS2D6vaYGc3Zv1uk/3BDBrxAAHZH+0sI=; b=beK6xn8gs731wmVLW7Xv6n51I0LUSsCdrNTrZo10bd5ww3Gg/DM6KMcGquf0zH0eZ5 6ZWncxgaLcb37gmRkGSB4HxEzJMlxAVoevqMgb+C9yJ0CoODa2bck84la99ukmFByfAb 9p6ngTlNFjzm8Cpx68eDx7H0oIAicIUxQG6r0F65NjG+rqyNu/r5PmBLYbqhwNF2ygoD iso8dgBv1Vut4xqiuKTnEaqc52bgDnXfvDDXdnqz7oNFLJsMMEVHQqyhE3qu7vzkZ5p7 VBAidD/0KwgTbRqzAeeJyiw3u0R3PXmE8eqIferv7wBWcq9qVf3jKz3zqBKRo+jXUKi4 m2Gw== X-Gm-Message-State: AFeK/H1kmrP+JkZx0ENlY9iRF6UdJJHp3gpYhSHWq8sjG5zwtCdEaawmJ8mAYOctKXNAb1HkX5kex0XwxU8tQg== X-Received: by 10.159.33.166 with SMTP id 35mr9978810uac.147.1491314479059; Tue, 04 Apr 2017 07:01:19 -0700 (PDT) Xref: news.gmane.org gmane.linux.lib.musl.general:11208 Archived-At: --001a113552b2c5e8bd054c57b59e Content-Type: text/plain; charset=UTF-8 Hi, rich Recently, i am trying to make msgfmt from gettext-tiny to a real drop-in replacement to gnu msgfmt. Most are running well with my patches now. But sadly musl doesnt handle msgctxt. https://github.com/sabotage-linux/gettext-tiny/pull/10 msgctxt is rare among cli softwares, but used by lots of GUI softwares(webpages even). Based on this , i think we should add the following: dcpgettext dpgettext pgettext https://www.gnu.org/software/gettext/manual/html_node/Contexts.html I will be happy if it's acceptable to add these functions. It will be awesome if you could handle it. Whatever, i will try on my own if it's not acceptable for you and musl. I need it for krita after all. :) He X --001a113552b2c5e8bd054c57b59e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi, rich

Recently, i am tryi= ng to make msgfmt from gettext-tiny to a real drop-in replacement to gnu ms= gfmt. Most are running well with my patches now. But sadly musl doesnt hand= le msgctxt. https://github.com/sabotage-linux/gettext-tiny/pull/10
msgctxt is rare among cli softwares, but used by lots of GUI s= oftwares(webpages even). Based on this , i think we should add the followin= g:
dcpgettex=
t
dpgettext
=
pgettext
https://www.gnu.org/software/gettext/manual/html_node/Contexts.html<= br>

I will be happy if it's acceptable to add these = functions. It will be awesome if you could handle it. Whatever, i will try = on my own if it's not acceptable for you and musl. I need it for krita = after all. :)

He X
--001a113552b2c5e8bd054c57b59e--