From owner-freebsd-questions@FreeBSD.ORG Mon Jun 29 02:21:31 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3A91106564A for ; Mon, 29 Jun 2009 02:21:30 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.25]) by mx1.freebsd.org (Postfix) with ESMTP id A74108FC13 for ; Mon, 29 Jun 2009 02:21:30 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by qw-out-2122.google.com with SMTP id 5so559280qwd.7 for ; Sun, 28 Jun 2009 19:21:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=j6Ux/QB88aiesVKdVBddMLbGIjx9qgX+RkfB4O9ly3w=; b=icSZGZyTGI1TUq83OEGV/Xzrcwhs1nJm2KncSd2QvWsUik5ecPonFT8S/bgQ90jXkQ JgcqpHOYtsj6BHBYRLLEHp/UHkHCNe5wE5zOWk/Z90fx+0NWWedPCRITKya1nHl01bMT vthLyVx37yFXR1/n/yl/BvNrGlPn5CUlD3RDE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=oQW8EpSP1MI3hwURyssFxBboMg6q2vjitxZ5L8RKU17KinIcrslyCZeM+U6E0m94fC m0AtiYoDKP+jrw7p8Ibrndr63ROPofazocbGCZ8/ykmeA7Gt8ilLFn35G1NeBfcabSK3 D4OrxH6mCuXfUOshKY07lmt+n6q7aMpyFAhjc= Received: by 10.224.2.77 with SMTP id 13mr5182695qai.121.1246242090000; Sun, 28 Jun 2009 19:21:30 -0700 (PDT) Received: from aryeh-desktop.istudentunion.com (ool-44c0cd7a.dyn.optonline.net [68.192.205.122]) by mx.google.com with ESMTPS id 5sm564822qwg.45.2009.06.28.19.21.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 28 Jun 2009 19:21:29 -0700 (PDT) Message-ID: <4A48252C.1090808@gmail.com> Date: Sun, 28 Jun 2009 22:21:32 -0400 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.22 (X11/20090626) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: what character is a physical newline X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2009 02:21:31 -0000 I am writting a parser (tokenizes all characters among other things) and need to know what control char is equivelent to a newline (I do not need windows cross compatibility)