Message-ID: <527A403E.80704@gmail.com>
Date: 2013-11-06T13:12:30Z
From: Duncan Murdoch
Subject: WriteBin problem
In-Reply-To: <1383726927.82489.YahooMailBasic@web121304.mail.ne1.yahoo.com>
On 06/11/2013 3:35 AM, Harutyun Khachatryan wrote:
> Dear R project officials,
>
> I have found that in R 3.0.1 version "writeBin" function of "base" package might not work correctly. For command writeBin("100",raw()) it answers "31 30 30 00" the last double 0 is differs from http://www.branah.com/ascii-converter there ascii codes are "31 30 30". So is it normal having double 0-s after ascii codes and what it means?
>
From ?writeBin:
"|readBin| and |writeBin| read and write C-style zero-terminated
character strings."
Duncan Murdoch