"UTF-8 Strings generated by Execute R not displaying properly"
Hi,
I am using Rapidminer with "Execute R". I have a script that is downloading and parsing JSON documents.
In Rapidminer, this process is looped and then appended and displayed.
The problem is that UTF-8 strings are not being displayed correctly in Rapidminer; e.g.; "Study objective is to assign patients<U+2019> management with". As you can see the UTF-8 part is not being encoded correctly.
I have already changed my encoding preferences to "UTF-8", and check that the script displays as intended in R.
I am also converting polynomial strings that are being returned by "Execute R" to text via "Nominal to String".
I'm just guessing, but perhaps it may have something to do with how Rapidminer handles character strings being output from "Execute R"?
Any help would be appreciated. Thanks,
I am using Rapidminer with "Execute R". I have a script that is downloading and parsing JSON documents.
In Rapidminer, this process is looped and then appended and displayed.
The problem is that UTF-8 strings are not being displayed correctly in Rapidminer; e.g.; "Study objective is to assign patients<U+2019> management with". As you can see the UTF-8 part is not being encoded correctly.
I have already changed my encoding preferences to "UTF-8", and check that the script displays as intended in R.
I am also converting polynomial strings that are being returned by "Execute R" to text via "Nominal to String".
I'm just guessing, but perhaps it may have something to do with how Rapidminer handles character strings being output from "Execute R"?
Any help would be appreciated. Thanks,