> My mistake. It was case 0: and case '0': A patch to change that <<0>> to <<'\0'>> most welcome. Andrew > Greg > > I was looking though parse_escape() (in util.c) and it seems a little weird. There are two instances of case '0': in the same switch statement. It also seems to do something strange when it sees the escape '\^' (whatever that is). > > Greg