Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Solves issue #69. #70

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Solves issue #69. #70

wants to merge 4 commits into from

Conversation

jpilorget
Copy link

As I said in the issue there were some problems with the use of accented characters in soqlQuery. I was able to solve it by changing the method curlEscape() to curlPercentEncode() and by adding the encoding "UTF-8" to the node xmlParse() inside xmlToList2().

…ted characters in queries.

I couldn't perform queries with accented characters (such as SELECT var FROM table WHERE var = 'Córdoba') so I changed the method from curlEscape to CurlPercentEncode.
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant