diff --git a/board/common/rootfs/usr/bin/pager b/board/common/rootfs/usr/bin/pager index d307f92b..d60c8137 100755 --- a/board/common/rootfs/usr/bin/pager +++ b/board/common/rootfs/usr/bin/pager @@ -10,4 +10,6 @@ # This is what leaves the contents of the output on screen. export LESS="-P %f (press h for help or q to quit)" +export LANG=en_US.UTF-8 + less -RISKd -FX "$@"