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

  • @0x0
    link
    English
    21 year ago

    Which programming language do you have in mind?

    • @[email protected]OP
      link
      fedilink
      English
      11 year 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.