Dear Kevin Ushey, Re:
> On 19 Feb 2019, at 20:16, Kevin Ushey <kevinus...@gmail.com> wrote: > > If I understand correctly, the problem is that the character your keyboard is > inserting is not a regular caret (^, \u0053); rather, it's a 'modifier > character circumflex accent' (ˆ, \u02c6). > > How are you inserting the carat on your laptop? For what it's worth, I get a > 'regular' caret with Shift + 6, and that particular accent character with Alt > + I. Thanks. Indeed I just type the normal shift-6, and get this strange circumflex character. With alt-i I get this same character. I can produce a normal caret by typing rawToChar(as.raw(94)) in the console, but that's of course rather clumsy. How to "tame" the editor to produce the normal ASCII caret? The other symbols in that row, like % and &, are the normal ASCII characters. Strange why this single character on my keyboard is a two-byte character. Any clue appreciated. Franklin Franklin Bretschneider Utrecht University Utrecht, The Netherlands ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.