Skip to content

Inconsistency in gsub in R.2.6.2 (PR#10978)

1 message · Brian Ripley

#
This message is in MIME format.  The first part should be readable text,
  while the remaining parts are likely unreadable without MIME-aware tools.

--27464147-1221975610-1205822844=:9482
Content-Type: TEXT/PLAIN; charset=iso-8859-1; format=flowed
Content-Transfer-Encoding: 8BIT

This has already been corrected in R-devel.  It was wrong to set the 
encoding to that of the element of 'x': gsub will have changed it (to 
native or UTF-8).
On Mon, 17 Mar 2008, christian.buchta at wu-wien.ac.at wrote: