decode

Decodes a string to a vector of codepoints. Invalid codes will be replaced with unicodeReplacementCharacter

  1. codepoint decode(const(char)[4] utf, size_t read)
  2. codepoint decode(const(char)[4] utf)
  3. UnicodeSequence decode(inout(char)[] str)
    @nogc
    decode
    (
    inout(char)[] str
    )

Meta