You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This program in C (gcc) with 257 distinct random Unicode code points in U+00000–U+FFFFF* is scored as “274 chars, 274 bytes (SBCS)”, even though it can’t possibly fit in any single-byte code page (real or fictional), occupies 1028 bytes on disk, and encodes at least 642 bytes of entropy at an information-theoretical minimum.
This program in C (gcc) with 257 distinct random Unicode code points in U+00000–U+FFFFF* is scored as “274 chars, 274 bytes (SBCS)”, even though it can’t possibly fit in any single-byte code page (real or fictional), occupies 1028 bytes on disk, and encodes at least 642 bytes of entropy at an information-theoretical minimum.
(* I’ve excluded plane 16, U+100000–U+10FFFF, which doesn’t seem to decode properly in TIO URLs.)
The text was updated successfully, but these errors were encountered: