From owner-svn-src-all@freebsd.org Wed Jul 4 21:53:26 2018 Return-Path: Delivered-To: svn-src-all@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 243181040B95 for ; Wed, 4 Jul 2018 21:53:26 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-yb0-x232.google.com (mail-yb0-x232.google.com [IPv6:2607:f8b0:4002:c09::232]) (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 B2E647544E for ; Wed, 4 Jul 2018 21:53:25 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: by mail-yb0-x232.google.com with SMTP id s1-v6so2511809ybk.3 for ; Wed, 04 Jul 2018 14:53:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=RUgwW0Y+wvuyJ/uWm0Ay9bo6ZiqDhw/mfOa8bfEnzGU=; b=A40BvB7bxxFkTLKSIUq9YmkeZ+2DJcdfEGNput1+w1dgFWIzzWcJSp1glyVcHtW5XH i5CfOj25v7DV+BdKG3F4PBb30BEnz3H489QJMRfcp5cDFJsP0hrvFs8M22sZvpI8Zbpt Dvs9ZEjr1J92D4q2eu+6H8wLhEW5k7qDhcxdM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=RUgwW0Y+wvuyJ/uWm0Ay9bo6ZiqDhw/mfOa8bfEnzGU=; b=afwT2QcUXiFbbI+BCwf/LJU5vSmJFRiuu9UNQ9rP7KXNxp7LYaiWIy4ihce3xoJ4a5 gA+7lUVj/44KIDPNpEgUPJhqCyhfgDv7x/bEyBtw6lT4WR4kEWXUrVS+2sRsRw1zY6JN p0kbem1vFgRX6Y5IkYshmkbOdBAU/HjofHukzYUdNPNo2SkOddrlYK+xYYMk/51+v5xx Cm1d+oiHSFMOWHDkz5uquC3Lp1QpRH5enL69SIXuZ5GoyexV3kQ6zK4QhVghyBTSwlPF JgmhAnoaTQSbYAM/PmXgRjy6tg15AwuxgW22nzOq+zdlxd8LD9phWOjQQTuiMLa0Mdjm d8UQ== X-Gm-Message-State: APt69E2Wq9mLB+/30PK8/AO8uOVVp6zSTzWUveaGkUh+tyle2GKtoxpl n/E/HbHe5feCK6rw/TtzzBOB6cUzXzqDyNLUFGjZFw== X-Google-Smtp-Source: AAOMgpdQtz/JdJbAj1t5tE8Smmo5czSxuriE9LQKWYVn4jNcRIx2l6Ps/kjtcu4Gi1UGGpd4Q1QV2TWYUDtPqtmWf5Q= X-Received: by 2002:a25:9b03:: with SMTP id y3-v6mr1873939ybn.194.1530741204869; Wed, 04 Jul 2018 14:53:24 -0700 (PDT) MIME-Version: 1.0 References: <20180702.155529.1102410939281120947.hrs@allbsd.org> <459BD898-8072-426E-A968-96C1382AC616@icloud.com> <20180703.020956.859981414196673670.hrs@allbsd.org> <20180705.013715.810854236306970666.hrs@allbsd.org> In-Reply-To: <20180705.013715.810854236306970666.hrs@allbsd.org> From: Eitan Adler Date: Wed, 4 Jul 2018 14:52:58 -0700 Message-ID: Subject: Re: svn commit: r335836 - head/usr.bin/top To: Hiroki Sato Cc: daichigoto@icloud.com, Daichi GOTO , George Neville-Neil , "Conrad E. Meyer" , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jul 2018 21:53:26 -0000 On Wed, 4 Jul 2018 at 09:41, Hiroki Sato wrote: > > Are you going to back out r335836, or disagree about it? > > If there is no objection in the next 24 hours, I will commit the > attached patch. This should be a minimal change to support multibyte > characters in ARGV array depending on LC_CTYPE, not limited to UTF-8. Based on this conversation and my otherwise minimal knowledge about software localization this LGTM. Thanks! -- Eitan Adler