Archive for March 2010

 
 

UTF-8

Russ Cox has a pretty good post about UTF-8. I basically knew the rough concepts but didn’t know that it can be treated as ASCII for many transformations, so that stuff like splitting text into lines, etc., can be done really fast.