termux / termux-packages

A package build system for Termux.
https://termux.dev
Other
13.34k stars 3.07k forks source link

bump(main/lesspipe): 2.16 #22329

Closed TomJo2000 closed 2 days ago

TomJo2000 commented 2 days ago

closes #22214

The charset detection logic was changed in commit https://github.com/wofr06/lesspipe/commit/d2df6fe0e35102d302f5fb9a302c27b40c0ffd2f to:

declare -l charmap
charmap=$(locale -k  charmap) || charmap="charmap=utf-8"
eval "$charmap"

Thus the patch is no longer necessary as the lack of a locale executable on Termux causes lesspipe.sh to fallback to UTF-8.