Hello,

I use ksh (93u+ 2012-08-01) and depends on the function type i use i can use 
localization.
The NLSPATH and LC_MESSGES are correct.

echo $"Start"  => OK because is in main script

function toto {
echo toto
 eval echo '$"Stop"'
}                   => KO print string from C locale

function titi {
echo titi
echo $"Stop"
}                   => KO print string from C locale

tata () {
echo tata
echo $"Stop"
}                 => OK print string localized


Do you know how to use localization with function defined at function name?

Regards,
Frphoebus
_______________________________________________
ast-users mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-users

Reply via email to