I'm trying a workflow using gdal.VectorTranslate(), since ogr2ogr isn't there anymore.
I'm having an issue of the original data using non-ASCII characters, but they are replaced by � when translated.


How can I make this not happen?
I tried setting the config options, but "OGR_FORCE_ASCII" is only used by certain drivers and processes. Similarly, I cannot find a Translate option that would appear to take care of this.
This is kind of a major thing. If I absolutely have to, I suppose I can get the strings from the original data, but that will majorly slow things down, not to mention complicate things.
Thanks
Edit it appears that this is dependent on the source; I have no problems going from fGDB to fGDB, but the real data is in an MDB.