From nobody Mon Nov 6 14:55:33 2023 X-Original-To: freebsd-arch@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 4SPDtR63JBz4ytVL for ; Mon, 6 Nov 2023 14:55:43 +0000 (UTC) (envelope-from christos@freebsd.org) Received: from margiolis.net (mail.margiolis.net [95.179.159.8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4SPDtQ72zkz3PGs; Mon, 6 Nov 2023 14:55:42 +0000 (UTC) (envelope-from christos@freebsd.org) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=mail; bh=+a7eJ1Txe//Y7sY eDvZJbRtCYUG+B33rTEhTHSSm5r8=; h=in-reply-to:references:subject:cc:to: from:date; d=margiolis.net; b=KG+Y/lDh9bxhv9Y7mg8++b58lCuy9Cas+aaoX2oF j0AuLhMzKzDh552YUi7kJ7r8SwlydXNMHkSqmc+KXp3r1LqvBipQBeRYhyqJkf1rzXPueM cO5zIFacCK1D4vTX+1PaeAdViVLXaBaJ0RvOsLyh6nw+gXClzdzvTCHy0DjQI= Received: from pleb (ppp-94-66-59-115.home.otenet.gr [94.66.59.115]) by margiolis.net (OpenSMTPD) with ESMTPSA id 7efe9d29 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Mon, 6 Nov 2023 14:55:35 +0000 (UTC) Date: Mon, 6 Nov 2023 16:55:33 +0200 From: Christos Margiolis To: Baptiste Daroussin Cc: Gary Jennejohn , bojan.novkovic@fer.hr, imp@freebsd.org, freebsd-arch@freebsd.org Subject: Re: HEADS UP: IUTF8 to be enabled by default Message-ID: References: <20231103081529.016be29d@ernst.home> List-Id: Discussion related to FreeBSD architecture List-Archive: https://lists.freebsd.org/archives/freebsd-arch List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arch@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: 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:20473, ipnet:95.179.144.0/20, country:US] X-Rspamd-Queue-Id: 4SPDtQ72zkz3PGs Baptiste Daroussin wrote: > Le 3 novembre 2023 14:54:23 GMT+01:00, Christos Margiolis a écrit : > >Do you think we should just enable it in TTYDEF_IFLAG in > >sys/sys/ttydefaults.h? > > > >Christos > > > > Yes please! > > Bapt Committed in https://cgit.freebsd.org/src/commit/?id=bb830e346bd50545e9868a1802d631afb6b50bb0 Christos