WINDOWS-1251, WINDOWS-1252
Parameters
c | the code point to be encoded |
size_t encodedLength(E)(dchar c)Returns the number of code units required to encode a single code point.
The input to this function MUST be a valid code point. This is enforced by the function's in-contract.
The type of the output cannot be deduced. Therefore, it is necessary to explicitly specify the encoding as a template parameter.
WINDOWS-1251, WINDOWS-1252
c | the code point to be encoded |