You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.
Hi, I've been having some trouble querying conditional on names with accented characters such as "Córdoba". Luckily I looked the code and was able to solve the problem by modifying the method that runs the soqlQuery in rforcecom.query() and setting the encoding to "UTF-8" in xmlParse inside xmlToList2(). I'll do a pull request with the modified code so you can use it if you want to.
Thanks for developing the package!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I've been having some trouble querying conditional on names with accented characters such as "Córdoba". Luckily I looked the code and was able to solve the problem by modifying the method that runs the soqlQuery in rforcecom.query() and setting the encoding to "UTF-8" in xmlParse inside xmlToList2(). I'll do a pull request with the modified code so you can use it if you want to.
Thanks for developing the package!
The text was updated successfully, but these errors were encountered: