I developed an application using Maui. When opening a shapefile, it prompts with the error "Invalid argument: UTF8 contains invalid characters". After research, I found that there are field names in the shapefile that are in Chinese. How can I solve this problem? Is there a setting for encoding in ArcGIS Runtime?
Another strange thing is that the program runs normally under Windows, but it has this issue only on Android. I haven't tested it on iOS。