Class CMapCharsetEncoder
public sealed class CMapCharsetEncoder
- Inheritance
-
CMapCharsetEncoder
- Inherited Members
Constructors
CMapCharsetEncoder(Encoding)
public CMapCharsetEncoder(Encoding targetCharset)
Parameters
targetCharset
Encoding
CMapCharsetEncoder(Encoding, bool)
public CMapCharsetEncoder(Encoding targetCharset, bool bmpOnly)
Parameters
Methods
EncodeUnicodeCodePoint(int)
public byte[] EncodeUnicodeCodePoint(int cp)
Parameters
cp
int
Returns
- byte[]