I am pulling data from a SQL table and putting it into a data frame using the RJDBC package in R. The data has Hebrew characters that are not displaying properly and I end up with strings like this:
<U+05D4><U+05D0><U+05DD> <U+05D0><U+05EA><U+05D4>
This only occurs when I am using a Windows machine using RJDBC in R. If I use Microsoft SQL Server or a Mac, I have no issues.
I can use the function found here to solve the problem, but I'd prefer something that allows me to read the data correctly.
Any suggestions?