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 before a UTF-8 character.
That's strange, this issue should be fixed in CVS. What does it say when you do this:
[hans@mirzam shell32]$ file authors.c authors.c: ISO-8859 C program text
How are your $LANG and $LC_ALL variables set?
-Hans