]> git.draconx.ca Git - dxcommon.git/commitdiff
help: Fix NLS test on HP-UX 11.
authorNick Bowler <nbowler@draconx.ca>
Fri, 17 Nov 2023 05:28:11 +0000 (00:28 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 18 Nov 2023 21:39:55 +0000 (16:39 -0500)
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.


No differences found