When performing reverse or forward geocoding, characters with accents in addresses (ex : é à è ï ô) get replaced by other characters because of wrong char encoding.
An easy way to solve this is to specify encoding for the webclient.
I can make the changes to achieve this. Let me know if you want me to do it.
When performing reverse or forward geocoding, characters with accents in addresses (ex : é à è ï ô) get replaced by other characters because of wrong char encoding.
An easy way to solve this is to specify encoding for the webclient.
I can make the changes to achieve this. Let me know if you want me to do it.