On Friday 27 February 2004 13:41, Robert Shearman wrote:
> > On Friday 27 February 2004 14:21, Robert Shearman wrote:
> > > > > $ LC_ALL=C sed -e '1,2d' -e 's/\(.*\)/ \"\1\",/' ../../AUTHORS
> > > > >
> > > > | grep Ove
> > > > |
> > > > > "Ove K\x{}ven",
Ok, after a make distclean I was a
Hans Leidekker wrote:
> On Friday 27 February 2004 14:21, Robert Shearman wrote:
>
> > > > $ LC_ALL=C sed -e '1,2d' -e 's/\(.*\)/ \"\1\",/' ../../AUTHORS
> > > | grep Ove
> > > > "Ove K\x{}ven",
>
> I'm lost as to where the \x{} comes from (is it grep?), but as
> such this looks like
On Friday 27 February 2004 14:21, Robert Shearman wrote:
> > > $ LC_ALL=C sed -e '1,2d' -e 's/\(.*\)/ \"\1\",/' ../../AUTHORS
> > | grep Ove
> > > "Ove K\x{}ven",
I'm lost as to where the \x{} comes from (is it grep?), but as
such this looks like a valid C string. So it should compile
Hans Leidekker wrote:
> On Friday 27 February 2004 13:07, Robert Shearman wrote:
>
> > $ echo $LANG
> > en_GB.UTF-8
> >
> > $ echo $LC_ALL
> >
> > $ LC_ALL=C sed -e '1,2d' -e 's/\(.*\)/ \"\1\",/' ../../AUTHORS
> | grep Ove
> > "Ove K\x{}ven",
> >
> > $ sed -e '1,2d' -e 's/\(.*\)/ \"\1\
On Friday 27 February 2004 13:07, Robert Shearman wrote:
> $ echo $LANG
> en_GB.UTF-8
>
> $ echo $LC_ALL
>
> $ LC_ALL=C sed -e '1,2d' -e 's/\(.*\)/ \"\1\",/' ../../AUTHORS | grep Ove
> "Ove K\x{}ven",
>
> $ sed -e '1,2d' -e 's/\(.*\)/ \"\1\",/' ../../AUTHORS | grep Ove
> "Ove K",\x{FF
Hans Leidekker wrote:
> On Friday 27 February 2004 03:42, Robert Shearman wrote:
>
> > I can't compile authors.c due to some encoding issue with sed. I can
> > generate the authors.c file fine on the command line, but the same
> > command in the Makefile won't generate compilable code due to it
>
On Friday 27 February 2004 03:42, Robert Shearman wrote:
> I can't compile authors.c due to some encoding issue with sed. I can
> generate the authors.c file fine on the command line, but the same
> command in the Makefile won't generate compilable code due to it
> terminating the string constant