real Unicode characters #11

Open
opened 2024-06-17 08:35:29 +02:00 by ni · 1 comment
ni commented 2024-06-17 08:35:29 +02:00 (Migrated from git.w21.org)

The Java strings that Kotlin uses are UTF-16 encoded, and yet (as in Go with its UTF-8 strings) its elements are seen as Char type, which is technically wrong. I can live with that for now, but at some point I may want to have real Unicode characters with all their range and properties and things.

The Java strings that Kotlin uses are UTF-16 encoded, and yet (as in Go with its UTF-8 strings) its elements are seen as Char type, which is technically wrong. I can live with that for now, but at some point I may want to have real Unicode characters with all their range and properties and things.
ni commented 2024-06-17 08:35:46 +02:00 (Migrated from git.w21.org)

changed the description

changed the description
Sign in to join this conversation.
No description provided.