Text.encode

Append encoded text at the current selection point. The text is converted as necessary to the appropritate utf encoding.

  1. Text encode(const(char)[] s)
    class Text(T)
    final
    encode
    (
    const(char)[] s
    )
  2. Text encode(const(wchar)[] s)
  3. Text encode(const(dchar)[] s)
  4. Text encode(Object o)

Meta