@mron to [email protected]English • 1 year agoBest way to check supported Unicode version?message-square7arrow-up17arrow-down10file-text
arrow-up17arrow-down1message-squareBest way to check supported Unicode version?@mron to [email protected]English • 1 year agomessage-square7file-text
Is there an elegant, cross-platform, way to determine the latest Unicode version that a machine supports?
minus-square@mronOPlinkEnglish1•1 year agoI’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.
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.