]> git.eshelyaron.com Git - emacs.git/commit
Handle LANG on macOS differently (bug#65908)
authorGerd Möllmann <gerd@gnu.org>
Thu, 5 Oct 2023 18:41:54 +0000 (20:41 +0200)
committerGerd Möllmann <gerd@gnu.org>
Thu, 5 Oct 2023 18:41:54 +0000 (20:41 +0200)
commitaad8b5d78f306ac9ca0c03734524c9f49585bee8
treecf788f7b7c68103a5b006e2d5a4e26503a25b2ae
parent6cf7e676e9d4846a72d48f21168e92e4efcbf95a
Handle LANG on macOS differently (bug#65908)

* src/nsterm.m (ns_init_locale): If LANG is set, try to use that,
otherwise try to deduce what LANG should be.  Check is the result is
valid, and use LANG="en_US.UTF-8" if not.
src/nsterm.m