encode method

Uint8List encode(
  1. String source
)
override

cp949 charset needs only 2byte to represent a letter,

Implementation

Uint8List encode(String source) => encoder.convert(source);