System.Formats.Asn1.BMPEncoding
Big-Endian UCS-2 encoding (the same as UTF-16BE, but disallowing surrogate pairs to leave plane 0)
namespace System.Formats.Asn1
{
internal sealed class BMPEncoding : SpanBasedEncoding
{
public BMPEncoding();
}
}