cc: [email protected]
Subject: Re: [ast-developers] Write up on how to localize shell scripts
--------

Just a couple of additions to the e-mail by Finnbarr Murphy on
how to localize shell scripts.

You can run
        ksh -D script
to get the list of strings that need localization because they use $"..."
instead of "...".


With AST, librararies use set 1, executable commands uses 2, and
scripts use 3 for the set number.


David Korn
[email protected]
_______________________________________________
ast-developers mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-developers

Reply via email to