Path: utzoo!censor!geac!torsqnt!lethe!yunexus!ists!helios.physics.utoronto.ca!news-server.csri.toronto.edu!cs.utexas.edu!uunet!jarthur!mti!adrian From: adrian@mti.mti.com (Adrian McCarthy) Newsgroups: comp.lang.c Subject: Special character constants Message-ID: <1292@mti.mti.com> Date: 15 Jan 91 19:36:26 GMT Reply-To: adrian@mti.UUCP (Adrian McCarthy) Organization: Micro Technology, Anaheim, CA Lines: 9 I only have K&R2, not the Standard. On a machine whose character set does not support special characters like tab and backspace, what happens to character constants like '\t' and '\b'? Is there some special value they get set to (e.g., ' ' or '\0') instead? Or is this issue left undefined? I'd like to keep some code I'm writing portable to many machines by using tabs if they are available and emulating them with spaces if they are not. Aid. (adrian@gonzo.mti.com)