Client.encoder

How to convert the IRC 8-bit data to and from UTF-8 (D strings must be valid UTF-8).

  1. string function(in char[]) decoder;
  2. string function(in char[]) encoder;
    class Client
    string function(in char[]) encoder;

Meta