encode static method

List<int> encode(
  1. String src
)

Implementation

static List<int> encode(String src) {
  return _big5TransformEncode(src);
}