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

    • @mronOP
      link
      English
      12 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.