]> git.draconx.ca Git - dxcommon.git/commit
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)
commit15c81590df7ef0ff8ec387b259fee8dac8ceda0e
treef1ca4ce076dc6c2e93b00da01c69dd2706708a99
parent105453d074078f82f07a08e56e3a53c1477e094d
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.
snippet/test-nls.at
tests/functions.at