From: Nick Bowler Date: Fri, 17 Nov 2023 05:28:11 +0000 (-0500) Subject: help: Fix NLS test on HP-UX 11. X-Git-Url: http://git.draconx.ca/gitweb/dxcommon.git/commitdiff_plain/15c81590df7ef0ff8ec387b259fee8dac8ceda0e?ds=sidebyside;hp=15c81590df7ef0ff8ec387b259fee8dac8ceda0e help: Fix NLS test on HP-UX 11. This system has a "C.utf8" locale which appears disfunctional, all other utf8 locales are OK. So change the locale probe to avoid this one if possible. The HP-UX shell also seems to have some trouble with UTF-8 (especially if the user set this C.utf8 locale where it just barfs on everything), so rework the test to not involve the shell trying to decode strings. ---