Rstudio 1.3.172 running on Ubuntu 18 declares an error on attempting to open a .java file:
"Invalid or incomplete multibyte or wide character"
and then fails (quite sensibly given the error) to load the file to the editor.
However, when I open the same file in vi I see no multibyte characters.
Could they be hiding?
Should I be searching for an incomplete or invalid multi-byte or wide in some way other than simple visual inspection?
What might be triggering Rstudio to detect this condition other than the stated error?