encode

Writes the encoded character to a buffer that must be of sufficient length.

  1. void encode(ref char[] str, dchar c)
  2. char[] encode(char* p, dchar c)
    char[]
    encode
    (
    char* p
    ,
    dchar c
    )
  3. void encode(ref wchar[] str, dchar c)

Meta