I don't have an example or goal to work with, this is mostly a hypothetical for learning purposes.
Besides some basics for how to handle UTF-8 strings in general (as one can glean from other languages' documentation), what types/libraries/documentation exists for handling UTF-8 text in C?
2 Comments
eleijeep@piefed.social · 5 pts · 6d
You could use GLib which has a
gunichartype and a bunch of functions for operating on themDahGangalang@infosec.pub · 4 pts · 6d
Never done this, so did some research. Hope this helps put you on the right track!
https://stackoverflow.com/questions/526430/c-programming-how-can-i-program-for-unicode
https://www.cprogramming.com/tutorial/unicode.html