cc: [email protected] Subject: Re: Re: [ast-developers] Seeking help with $"string", ksh -D, gencat and NLSPATH --------
> On 06/07/2009, Wendy Lin <[email protected]> wrote: > > On 22/05/2009, Finnbarr Murphy <[email protected]> wrote: > > > In short, as far as I can see, ksh93 does not appear to support > > localized > > > message strings at present. > > > > > > Can this be fixed for the next release, please? > After reading your blog at > http://blog.fpmurphy.com/2009/05/ksh93-message-localization.html I > feel very disappointed about ksh. > If bash 4.0 would support fp math we would immediately migrate to it > because it has the message localisation working. > ksh93 does support localized messages strings in scripts. Any string within a script that needs to be localized has to be written as $"string" In the C or POSIX locale this will be treated as "string". If you run ksh -D script it will generate the list of strings that need localization. These can be put into a catalog for the C local. The catalogs for each locale can be created. David Korn [email protected] _______________________________________________ ast-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-users
