Re: UTF-8 format not supporting by Bourne again shell

2011-08-17 Thread Greg Wooledge
On Wed, Aug 17, 2011 at 10:54:02AM +, Kiran Kotla wrote: > prog="snmpd" > start() { > echo -n $"Starting $prog: " > } > value in the "$prog" displaying properly,bur the "Starting" message is > scrambled. > "Bourne-Again shell" format. The $"..." quoting is for localization (natural l

UTF-8 format not supporting by Bourne again shell

2011-08-17 Thread Kiran Kotla
we are running some script from Java through maverick API, some text in "Session.stdout" object variable is giving improper format, prog="snmpd" start() { echo -n $"Starting $prog: " } value in the "$prog" displaying properly,bur the "Starting" message is scrambled. "Bourne-Again shell"