@mron to [email protected]English • 2 years 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 • 2 years agomessage-square7file-text
Is there an elegant, cross-platform, way to determine the latest Unicode version that a machine supports?
minus-square@[email protected]linkfedilinkEnglish2•2 years agoWhich programming language do you have in mind?
minus-square@mronOPlinkEnglish1•2 years 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.
Which programming language do you have in mind?
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.