NEWS
base64enc 0.1-4
- add support for long vectors. Note that R does not
support strings longer than 2^31-1 bytes, so when
encoding long vectors a line limit has to be specified.
- add compatibility for R versions without XLENGTH()
- allow raw vector as input in base64decode()
- fix failure in base64decode(..., output = 'foo') (#2)
base64enc 0.1-3 (2015-07-28)
- add checkUTF8() which checks the validity of a raw vector
for use as a UTF8 string
base64enc 0.1-2 (2014-06-26)
- bugfix: encoding content of more than 65536 bytes without
linebreaks produced padding characters between chunks because
chunk size was not divisible by three.
base64enc 0.1-1 (2012-11-05)
- fix a bug in base64decode where output is a file name
- add base64decode(file=...) as a (non-leaking) shorthand for
base64decode(file(...))
base64enc 0.1-0 (2012-09-08)