Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Or also a whole group of characters, like the ffi-ligature. So, there is an n-m relationship between characters and codepoints. Well, depending on which of the many definitions of "character" you deign to use, don't forget to say. Commented Jul 24, 2018 at 15:51
  • Note that UTF-32 also comes in big-endian and little-endian versions. UTF-16 is no worse than UTF-32 in that regard. UTF-8 is the only encoding here that does not have to worry about endianness (at least until 4-bit computers see a massive resurgence in popularity...) Commented Jul 25, 2018 at 16:53