Exported PNG or SVG with invalid encoding

When I exported png from the layout with the plot and HTML table, I had a problem encoding some letters. That letters are ‘ө’, ‘ү’ of Mongolian Cyrillic. How to correct it? Is there any way?
Or is this problem related to the webdriver? I write my code on Google Colab and driver is Chrome.

Everything is ultimately rendered by the browser, so this must be a webdriver or browser issue. I don’t have much expertise to share here. Some ideas off the top of my head:

  • Try things on different system, with FF driver, etc. to at least see if that makes a difference.
  • export_png, etc accept a webdriver parameter, so you can pass in your own explicitly created and configured webdriver instance. Perhaps the webdriver can be configured e.g. to load additional missing fonts

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.