Re: HEADS UP: IUTF8 to be enabled by default

From: Christos Margiolis <christos_at_freebsd.org>
Date: Fri, 03 Nov 2023 12:51:38 UTC
Gary Jennejohn wrote:
> Use getenv("LANG") and check whether UTF-8 is part of the string?
> 
> My LANG is set to C.UTF-8, for example.

tty_init_termios() is a kernel function, so getenv(3) cannot be used.

Christos