Post #2198721
2025-12-15 15:20 UTC
@fabiosantoscode@mastodon.social No, I'm saying that before str was a strictly ASCII string (or maybe Latin-1), and if you wanted anything else you'd have to use the unicode type. And if your program/library didn't think of using the unicode type, then tough luck, you will only be able to work with Latin letters.
Replies (1)
-
@fabiosantoscode@mastodon.social 2025-12-15 15:51
@art_codesmith@toot.cafe okay, we did win that as a species. It's pretty good that there's one, obvious way to do strings now.