Reimplementation of Pijul in C, for education, fun and absolutely no profit

#15 bincode: what exactly is the string length encoded as?

Opened by laumann on October 4, 2023
laumann on October 4, 2023

It could be one of two things, is a string like this:

"💖💖💖💖💖"

encoded as

  1. Total number of bytes (20)
  2. Total number of characters (5)

?