snaggen to Programming · 2 年前The Absolute Minimum Every Software Developer Must Know About Unicode in 2023 (Still No Excuses!)tonsky.meexternal-linkmessage-square66linkfedilinkarrow-up1296arrow-down112cross-posted to: [email protected]
arrow-up1284arrow-down1external-linkThe Absolute Minimum Every Software Developer Must Know About Unicode in 2023 (Still No Excuses!)tonsky.mesnaggen to Programming · 2 年前message-square66linkfedilinkcross-posted to: [email protected]
minus-squarelemmyvore@feddit.nllinkfedilinkEnglisharrow-up12·2 年前None of these languages should have generic len() or size() for strings, come to think of it. It should always be something explicit like bytes() or chars() or graphemes(). But they’re there for legacy reasons.
None of these languages should have generic len() or size() for strings, come to think of it. It should always be something explicit like bytes() or chars() or graphemes(). But they’re there for legacy reasons.