// Token: 0x06000A89 RID: 2697 RVA: 0x0005EC2C File Offset: 0x0005CE2C public bool ChoseCodePage(Encoding encoding) { return(this.ChoseCodePage(CodePageMap.GetCodePage(encoding))); }
public static Charset GetCharset(Encoding encoding) { int num = CodePageMap.GetCodePage(encoding); return(Charset.GetCharset(num)); }