Is there an elegant, cross-platform, way to determine the latest Unicode version that a machine supports?

you are viewing a single comment's thread
view the rest of the comments
[–] [S] 1 point 3 years ago

I'm flexible tbh, but my initial checks with a Python approach led me to unicodedata.unidata_version, which is correct for Python support but not system support.

  • source
  • parent