Open munificent opened 11 years ago
Yes, adding other UTF encoding is on the library roadmap.
Removed Area-IO label. Added Area-Library label.
Added Library-Convert label.
Removed Type-Defect label. Added Type-Enhancement label.
Dart Sass needs UTF-16 (both big- and little-endian) support to match other implementations' encoding support.
File.writeAsString() accepts an encoding. However, there are no instances of the Encoding class that map to any of the UTF- types except for UTF-8: no UTF-16, UTF-32, etc.