On Wed, Jul 14, 2010 at 7:32 AM, Finnbarr Murphy <[email protected]> wrote:
[snip]
> #!/bin/ksh
> name="David"
> print "Simple demonstration of ksh93 message translation"
> print "Message locale is: $LC_MESSAGES"
Offtopic:
AFAIK this line should be:
-- snip --
print "Message locale is: ${LC_ALL:-${LC_MESSAGES:-${LANG:-C}}}"
-- snip --
(I just hit this issue while writing a testsuite module for $"..." literals...)
----
Bye,
Roland
--
__ . . __
(o.\ \/ /.o) [email protected]
\__\/\/__/ MPEG specialist, C&&JAVA&&Sun&&Unix programmer
/O /==\ O\ TEL +49 641 3992797
(;O/ \/ \O;)
_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users