I don't have time to test this tonight, but in addition to man pages,
have you verified that all of the help text for all locales is also
generated properly? Ie: when building this stuff on linux, you should
definitely build all of the locales not just the C locale.
I'm thinking that building for all locales should be the default on
Linux again...
To make sure all of the locales are built, use:
make World IMAKE_DEFINES='-DDtLocalesToBuild="de_DE.ISO8859-1
es_ES.ISO8859-1 fr_FR.ISO8859-1 it_IT.ISO8859-1 en_US.UTF-8"'
Instead of just a 'make World'.
You need to make sure all of these build and install properly. You
should also make sure they actually work - login with a de_DE locale for
example.
The locale DB stuff is interesting and might be a problem. It's
probably not used for generating manpages, which are all C locale, but
it's definitely needed for help text.
-jon
On 10/23/18 7:45 PM, Chase via cdesktopenv-devel wrote:
This is a big patch, I have thoroughly tested it and man pages generate
perfectly. The only problem that I've encountered, is that it writes a
lot of nonsense to stderr, mostly warnings that it could not find a
translation database. I am leaving the (disabled) extra copy of instant
in dbtoman just in case anyone wants to see if there is anything else
that can be taken from it, but most of the remaining code is seemingly
redundant or useless, so if there are no qualms about it, I will remove
it in another patch.
Thank you for your time,
-Chase
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel
--
Jon Trulson
"In the game of chess, you can never let your adversary see your pieces."
- Zapp Brannigan
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel