Converts input and returns the result of the conversion.
input
@override List<int> convert(String src) => src.runes.toList();