On Monday 10 August 2009 15:25:23 Chet Ramey wrote:
> Yang Zhang wrote:
> > Why does assigning to multiple variables on the same line exhibit
> > sequential consistency normally but not for local variables?
>
> Because `local' is a command, and word expansion is performed on its
> arguments before
Mike Frysinger wrote:
>
> On Wednesday 29 July 2009 11:11:19 bornlibra23 wrote:
> try GNU's libiconv
> -mike
>
Thanks for the tip mike but when I did that I got the following errors:
In file included from ./iconv.c:234:
./iconv_open2.h: In function `libiconv_open':
./iconv_open2.h:85: error: st
On Wednesday 29 July 2009 11:11:19 bornlibra23 wrote:
> I am trying to port various GNU products to Stratus OpenVOS platform
> including the baash shell. However I am stuck currently for the lack of
> wide & multibyte character support. Can somebody guide me to an
> implementation of the same that