Re: HEADS UP: IUTF8 to be enabled by default
Christos Margiolis <[email protected]>
| Newsgroups | gmane.os.freebsd.architechture |
|---|---|
| Message-ID | <6k62glovuqzn6p5bt6hmqw3lwmcigvnnsjv5y66zpi2lpzi7xs@rtlhbrj447sp> |
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