Questions tagged [grapheme]

A grapheme is a unit of writing, generally smaller than a word. In an ideographic language, a single grapheme may carry considerable meaning, but many languages use only a smaller alphabet where a few different graphemes are arranged in various ways to build units of meaning.

31 questions
-3
votes
1 answer

C++ Unicode: Bytes, Code Points and Graphemes

So, I'm building a scripting language and one of my goals is convenient string operations. I tried some ideas in C++. String as sequences of bytes and free functions that return vectors containing the code-points indices. A wrapper class that…
João Pires
  • 927
  • 1
  • 5
  • 16
1 2
3