()
| 62 | func (ms *MetaString) GetSpecialChar2() byte { return ms.specialChar2 } |
| 63 | |
| 64 | func (ms *MetaString) GetEncodedBytes() []byte { return ms.encodedBytes } |
| 65 | |
| 66 | // EncodingFromByte maps a byte value to an Encoding |
| 67 | func EncodingFromByte(b byte) (Encoding, error) { |
no outgoing calls