Hacker News new | ask | show | jobs
by TheCoelacanth 2262 days ago
The self-synchronizing property is also very clever. If you start at an arbitrary byte, you can find the start of the next character by scanning forward a maximum of 3 bytes.
1 comments

And scanning backwards works too.