Converter<String, List<int>> get encoder { if (Platform.operatingSystem == "windows") { return const _WindowsCodePageEncoder(); } else { return const Utf8Encoder(); } }