How to count Unicode glyphs in Vala using Gtk
Want to try something really scary this Halloween? Try counting the characters in a string in Vala.
For example, how many characters do you think there are in the following string?
var zombie = "🧟♀️️"; One?
You’re right!
So how would you go about...
There are no comments yet.