Charmap
Overview
Location
- Reference: Go.fx
- Namespace: go.golang.org.x.text.encoding.charmap
- Platforms: Island
Instance Methods
constructor
constructor
Charmap()
init()
Sub New()
constructor(aname: string; amib: MIB; aasciiSuperset: bool; alow: uint8; areplacement: byte; adecode: array of utf8Enc; aencode: array of uint32)
Charmap(string aname, MIB amib, bool aasciiSuperset, uint8 alow, byte areplacement, utf8Enc[] adecode, uint32[] aencode)
Parameters:
- aname:
- amib:
- aasciiSuperset:
- alow:
- areplacement:
- adecode:
- aencode:
constructor (Charmap)
Parameters:
- value:
NewDecoder
NewEncoder
DecodeByte
Parameters:
- b:
EncodeRune
func EncodeRune(_ r: rune) -> (Byte, Boolean)
Function EncodeRune(r As rune) As Tuple (Of Byte, Boolean)
Parameters:
- r:
ID
func ID() -> (MIB, string)
Function ID() As Tuple (Of MIB, string)
String
method String: string
string String()
func String() -> string
func String() string
Function String() As string