I don't think so.
I don't know how to do this is Python but I guess you could do something like this (Java code):
String json = "YOUR CONTENT ENCODED WITH YOUR ENCODING";
String jsonUtf8 = new String(json.getBytes("YOUR_ENCODING"), "UTF-8");
I don't think so.
I don't know how to do this is Python but I guess you could do something like this (Java code):
String json = "YOUR CONTENT ENCODED WITH YOUR ENCODING";
String jsonUtf8 = new String(json.getBytes("YOUR_ENCODING"), "UTF-8");
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.