[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: # directive description
From: |
Karl Berry |
Subject: |
Re: # directive description |
Date: |
Sat, 12 Nov 2011 01:35:03 GMT |
I don't know how to generate a non printing character to test...
Just C-q 001 in Emacs to generate a CTRL-A, for example?
Or
echo foo >`printf '\x01'`
would generate a file whose name is the single character CTRL-A.
Whether or not cpp actually follows their stated rules, I didn't check.
I'm surprised an accented character was left as-is.
k