utf_ext 0.1.2 utf_ext: ^0.1.2 copied to clipboard
A library for reading / writing text files in any major Unicode format (UTF-8, UTF-16LE, UTF-16BE, UTF-32LE, UTF-32BE)
0.1.2 #
- Removed prefix
example_
from sample Dart files and added README.md to make examples recognisable - Added flag
addPendingLineBreak
to manage the output ending - Breaking: all read methods return int (the number of lines or characters read ex BOM)
0.1.1 #
- Renamed sample files to contain prefix
example_
0.1.0 #
- Initial version.