hachyderm.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hachyderm is a safe space, LGBTQIA+ and BLM, primarily comprised of tech industry professionals world wide. Note that many non-user account types have restrictions - please see our About page.

Administered by:

Server stats:

9.9K
active users

Trying to figure out how to print a UTF32 character in C and so far the answer seems to be "you can't"

@eniko On conforming implementions, printf("%lc", unicode_codepoint_val);

Cassandrich

@eniko The myth that this is hard is entirely Microsoft's implementation being gratuitously and intentionally broken.