I'm using someone else's feature service that contains features with non-English words in their names, including diacritics.
When I use the feature service, the names are correctly rendered in the label and in the popup. ʻŌuli comes out as ʻŌuli, for example.
However, if I export the feature service to a local gdb, suddenly all the diacritics become unreadable. ʻŌuli becomes ÿÖuli. I checked the attributes table, and the text is actually changing during export.
How can I preserve diacritics and other text symbols while exporting data?
Thanks!