On Mon, 3 Nov 2014 12:23:26 -0500, Thomas David Rivers wrote: > >... for the Dignus compiler, ... For example: > > const char ASCII_str[] = A"This is an ASCII encoded string"; > const char EBCDIC_str[] = E"This is an EBCDIC encoded string"; > const char default_str[] = "This is a default-encoded string, could be > EBCDIC or ASCII"; > How does this work in context of macros such as:
#define A "xyzzy" #define E "wombat" ??? I hope POSIX/ANSI prevails. -- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
