Re: MacOS bug
Fred Krogh <[email protected]> Thu, 23 Feb 2023 10:18:34 -0800
| Newsgroups | gmane.comp.debugging.ddd.general |
|---|---|
| Organization | Math a la Carte |
| Message-ID | <[email protected]> |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Re: MacOS bug</title>
</head>
<body>
I don't know anything about macs, and not sure if I have this right
for Linux. But I think locale should be referring to a non-computer
language.<br>
On my Linux machine,<br>
#localectl <br>
System Locale: LANG=en_US.UTF-8<br>
VC Keymap: us<br>
X11 Layout: us<br>
<br>
I can set the above locale with<br>
#localectl set-locale LANG=en_US.UTF-8<br>
<br>
I can list all locales with<br>
#localectl list-locales<br>
<br>
#man localectl<br>
will give more info.<br>
<br>
I'm guessing that on the mac you will probably have some other
commands to deal with this, but this may help some linux user.<br>
Fred<br>
<br>
<br>
<br>
</body>
</html>