character encoding
I'd like to thank you again for all the help on this forum...it's been so quick and incredibly helpful.
I have one last question and it has to do with the character encoding of the data they are returning. I'm seeing characters like this in the description fields:
20’x20’
The DB collation and charset are both utf8. Are they not returning utf8 data for their description? If not, what charset do they use so I can decode properly?
Comments
All Paragon RETS responses are UTF-8 encoded. What client library are you using to perform downloads?
Also can you give a specific example of property and field where you are seeing the issue?
The library we're using is phrets. Not sure what's up, but there are lots of them showing this issue?
Thanks guys!