From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <138575260903300830q546ddabv46227554c3630688@mail.gmail.com> References: <138575260903300830q546ddabv46227554c3630688@mail.gmail.com> Date: Mon, 30 Mar 2009 09:45:44 -0600 Message-ID: <14ec7b180903300845r7b812972he54f54f77e8177a2@mail.gmail.com> From: andrey mirtchovski To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] UTF and the preprocessor Topicbox-Message-UUID: cd977124-ead4-11e9-9d60-3106f5b1d025 until somebody gives you a proper explanation of this you can use the ansi C preprocessor (-p) to compile this particular code. e.g: % 8c -p t.c; 8l t.8 % 8.out 12 13 14 % cat t.c #include #include #define =CE=93VAL 12 ...