From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/7217 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: libintl: stubs or working functions? Date: Thu, 19 Mar 2015 23:11:01 -0400 Message-ID: <20150320031101.GI23507@brightrain.aerifal.cx> References: <20150317084004.5cbbd4ae@r2lynx> <20150317020119.GX23507@brightrain.aerifal.cx> <20150317135916.3af647ab@r2lynx> <20150317150234.GA16260@port70.net> <20150317153857.GZ23507@brightrain.aerifal.cx> <20150318141020.GH23636@example.net> <20150319124105.GJ23636@example.net> <20150320015832.GA2872@madhatter> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1426821089 10402 80.91.229.3 (20 Mar 2015 03:11:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Mar 2015 03:11:29 +0000 (UTC) Cc: musl@lists.openwall.com To: Weldon Goree Original-X-From: musl-return-7230-gllmg-musl=m.gmane.org@lists.openwall.com Fri Mar 20 04:11:26 2015 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1YYnLC-0001qI-OC for gllmg-musl@m.gmane.org; Fri, 20 Mar 2015 04:11:18 +0100 Original-Received: (qmail 15646 invoked by uid 550); 20 Mar 2015 03:11:17 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 15624 invoked from network); 20 Mar 2015 03:11:16 -0000 Content-Disposition: inline In-Reply-To: <20150320015832.GA2872@madhatter> User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:7217 Archived-At: On Fri, Mar 20, 2015 at 07:28:32AM +0530, Weldon Goree wrote: > On Thu, Mar 19, 2015 at 01:25:19PM -0400, stephen Turner wrote: > > with stuff like google translate the only issue i see is the grammatical > > differences in languages. That could be bypassed with the use of a > > numerical or hex tag but like rich said, I dont really see what improvement > > that would make much beyond the grammatical. > > Are these messages ever created (and localized) on the fly (beyond the > insertion of, say, run-specific memory addresses, file names, etc.)? No; they are a pure function of a single small integer. Rich