Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
typosaurus1218693dThere's a way to determine the width of an utf8 character afaik. Maybe using that is easier than read full spec. Why would you understand utf8 to fullest, you prolly only want to prevent cutting a chair in the middle.
Also, if you read byte for byte and display it that way it's automatically "utf8" right? My C apps support emoticons out of the box -
atheist980593d@retoor grapheme clusters, 1 encoded character isn't necessarily 1 displayed character, eg the woman astronaut emoji is woman, zwj, rocket. There's another library that extracts them but it's not that well maintained...
-
typosaurus1218693d@atheist don't forget the gay astronaut, the trans astronaut and the one in a wheelchair
-
atheist980593d@Tounai I did 5 years in video, variable framerate is it's own special hell, I figure a new kind of pain, variety is the spice of life after all
-
atheist980593d@retoor I think flags can basically be of an arbitrary size there are so many different combininf characters/variants so... Yup ðŸ˜
I'm having the dawning realization, reading the utf specification and thinking "parsing the data files isn't too hard..." that the little side project on a side project on a side project isn't going to be finished until like, Christmas.
Fuck.
rant
too many ideas