]> git.eshelyaron.com Git - emacs.git/commit
Set a default locale on Android
authorPo Lu <luangruo@yahoo.com>
Thu, 7 Dec 2023 06:05:35 +0000 (14:05 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 7 Dec 2023 06:05:35 +0000 (14:05 +0800)
commite4e1e268c8e9f7de6fe5d4b05beb595a1781c02c
tree35dfa8f1cf3b398eb3369406bf3315169c4e9da3
parent48965d0862751131eb873b71e39c70e97a683eaa
Set a default locale on Android

* doc/emacs/android.texi (Android Environment): Revise for
change.

* src/android.c (initEmacs): Set LANG to either en_US.utf8 or C,
subject to whether the system is newer than Android
5.0 (inclusive).
doc/emacs/android.texi
src/android.c