Elektrine lite

← Feed

@fabiosantoscode@mastodon.social

Post #2198720

2025-12-15 15:19 UTC

@art_codesmith@toot.cafe I assume you're talking about how encode and decode methods are more strict now. I think that's great. But I don't think it had to be a breaking change.

Replies (1)

  • @art_codesmith@toot.cafe 2025-12-15 15:20

    @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.

    Open ##2198721