From owner-freebsd-hackers@freebsd.org Sun Feb 25 22:21:37 2018 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87284F2E461 for ; Sun, 25 Feb 2018 22:21:37 +0000 (UTC) (envelope-from leeb@ratnaling.org) Received: from mail-io0-x22a.google.com (mail-io0-x22a.google.com [IPv6:2607:f8b0:4001:c06::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1F66873F40 for ; Sun, 25 Feb 2018 22:21:36 +0000 (UTC) (envelope-from leeb@ratnaling.org) Received: by mail-io0-x22a.google.com with SMTP id d71so6091386iog.4 for ; Sun, 25 Feb 2018 14:21:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ratnaling-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=S3DBGBmSQ2h0GXZYyG/qovObhd8go2ij+jw8SSLHKAE=; b=zTQFCou6UfmDXhkhZk+Smuvzv+r9xL+CboVJCItKAElWGUiX3lFi8lh+MGJ512cH/H EQaWEu05L+bGtWlcko5WwL+QNUO+CVTVm0VJkGXX6CHKVkPyTk1ppU7PfJyWAhDmw6Sl M4Mh/T7J8doI5EmbhXHax/5dv2uq192ayhIPaAtFRdXtRNJvTaOQNXd/vdNiEsAX6AaS oWq7ck5Dq53NCX3a9KfxE32CSSvHCLye8b0twO/x+6uCrWiRvLO+/kL/yCo4ysgoq9gw g9VsbxSU5NcMqmun4+3NZp+0lU9zgkdL+UdfGYDGcxVamTvM1LK2TtuYDZtytQxdPE8m 1KsA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=S3DBGBmSQ2h0GXZYyG/qovObhd8go2ij+jw8SSLHKAE=; b=KwDm+L9YopNwxu5KtTxT+NgX5dTey6yABaFMw1ctQJeXRutFK/qCTb/+VO/8qisSer 6MRr1Ttq0uWN6X3I6PJ7CxJuMGQaFqWKaBOZghVE1iDoRDM+i8PqGLhItLF3pN7Ny4Jo iDKBKmfIa/fhyiOSxofZCSQ8vi2Eggxw4I9lWkdKGnFmvIJxXQdLFUoDgMIRB/RAlxWJ x5w4p49EKAVTr60vlUgXyB/cLvR9A/8kAEw9hX0oGCCCRLAnHfElVswLqM1xJYQj7jno MDBillu8CNVwlLROi/UFZuLIUjX+bcTnQRsMyKywqr1BEMXG08EpG2swKurX0AJbA0Ee Ch5w== X-Gm-Message-State: APf1xPAuOa2pKvLNvOKSPXl1XuZahOs40ncWz3b7z3Q1JR1yhx5Z83I7 y8pjbDj2qN+GhZoRVdrrwjdX54zQS8jaCtucRuQO6Q== X-Google-Smtp-Source: AG47ELut00VhNKal898I2SMOps9uKTzsch+C+mVP9HiIeJdJ47U6V9lw5S0GUbmthieC1lMeXhDzNLCMc2pexL+byt8= X-Received: by 10.107.10.155 with SMTP id 27mr10211212iok.259.1519597296049; Sun, 25 Feb 2018 14:21:36 -0800 (PST) MIME-Version: 1.0 Received: by 10.79.225.66 with HTTP; Sun, 25 Feb 2018 14:21:35 -0800 (PST) In-Reply-To: References: From: Lee Brown Date: Sun, 25 Feb 2018 14:21:35 -0800 Message-ID: Subject: Re: How to set various locales with setlocale()? To: FreeBSD Hackers Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 22:21:37 -0000 On Sun, Feb 25, 2018 at 6:53 AM, Lee D wrote: > On Fri, Feb 16, 2018 at 2:29 PM, Lee Brown wrote: > > On Fri, Feb 16, 2018 at 3:08 AM, Lee D wrote: > > > >> Do you folks have any suggestions on how to accomplish this goal, or > >> how to make setlocale accept the locales listed on the system? > >> > >> > > Different architecture, it works as advertised. Maybe ask the arm folks? > > > > Thanks for the example. > > The problem ended up being my own fault. Months ago I had disabled > installation of locales in the src.conf file in attempt to make my > installation image smaller. > > Putting the locales back into the installation made it work. > Don't ya hate it when you shoot yourself in the foot. I'm surprised I can stand at this point.