[Rd] gsub() hex character range problems in R-devel?

2022-01-04 Thread Martin Morgan
I'm not very good at character encoding / etc so this might be user error. The following code is meant to replace extended ASCII characters, in particular a non-breaking space, with "", and it works in R-4-1-branch > R.version.string [1] "R version 4.1.2 Patched (2022-01-04 r81445)" > gsub("[\x7

Re: [Rd] gsub() hex character range problems in R-devel?

2022-01-04 Thread Brodie Gaslam via R-devel
> On Tuesday, January 4, 2022, 02:35:50 PM EST, Martin Morgan > wrote: > > I'm not very good at character encoding / etc so this might be user > error. The following code is meant to replace extended ASCII characters, > in particular a non-breaking space, with "", and it works in > R-4-1-branch