From nobody Mon Feb 10 19:01:45 2025 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4YsDTB44Ntz5mbsZ; Mon, 10 Feb 2025 19:01:50 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 4YsDT950wmz41TK; Mon, 10 Feb 2025 19:01:49 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Authentication-Results: mx1.freebsd.org; none Received: from [192.168.5.3] (c-98-42-44-116.hsd1.ca.comcast.net [98.42.44.116]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id 51AJ1lgQ012571 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Mon, 10 Feb 2025 11:01:47 -0800 (PST) (envelope-from yuri@FreeBSD.org) X-Authentication-Warning: shell1.rawbw.com: Host c-98-42-44-116.hsd1.ca.comcast.net [98.42.44.116] claimed to be [192.168.5.3] Message-ID: <95937671-ca3b-4d5d-b1a5-8cafbeca9f75@FreeBSD.org> Date: Mon, 10 Feb 2025 11:01:45 -0800 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: git: 68df49bce28c - main - =?utf-8?Q?www/forgejo: Update 7.0.12 =E2=86=92 7.0.13 (fixes security vulnerabiliti= To: Cy Schubert Cc: "ports-committers@FreeBSD.org" , dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org References: <202502101224.51ACOijv046450@gitrepo.freebsd.org> <20250210181648.4CF26192@slippy.cwsent.com> Content-Language: en-US From: Yuri In-Reply-To: <20250210181648.4CF26192@slippy.cwsent.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4YsDT950wmz41TK X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7961, ipnet:198.144.192.0/23, country:US] On 2/10/25 10:16, Cy Schubert wrote: > This makes sense as a) the inbox in older mail clients show strange > 7-bit ASCII subject lines plus depending on one's locale commit logs > contain various escape and other sequences that may only display > correctly in the selected locale. i.e., UNICODE/UTF has been around for decades now. If some mail clients are so outdated that they still don't understand UTF8, the primary concern would be the likely lack of security fixes in such clients. Such clients should be deprecated immediately for this reason alone. All modern software understands or should understand UTF8. Yuri