utf_ext 0.3.3
utf_ext: ^0.3.3 copied to clipboard
A library for reading and writing text files in any major Unicode format (UTF-8, UTF-16LE, UTF-16BE, UTF-32LE, UTF-32BE)
0.3.3 #
- Upgraded file_ext, loop_visitor and parse_args packages
0.3.2 #
- Added missing docs
0.3.1 #
- Upgraded packages
0.3.0 #
- Breaking: ditched FutureOr
0.2.3 #
- Website changed
0.2.2 #
- Ensuring onWrite is able to modify lines and chunks
- Minor bugfix for the use of onRead
0.2.1 #
- Fixed sample code
0.2.0 #
- Allowed to modify content in read and write handlers
- Renamed
maxBufferLengthtobufferLengthinUtfConfig - Added option
-b,-buf,-bufsizefor a buffer limit toutf_catandutf_convexamples
0.1.9 #
- Fixing the pub.flutter-io.cn recognition of examples
0.1.8 #
- Updated documentation and upgraded packages
0.1.7 #
- Upgraded
file_extto version0.5.0
0.1.6 #
- Rename:
readAsLines*toreadUtfAsLines*forUtfStdin
0.1.5 #
- Rename:
addPendingLineBreaktolineBreakAtEnd - Bugfix:
printUtf*ofUtfStdioshould add line break at the end
0.1.4 #
- Upgraded file_ext to 0.4.0 (dev dependency)
0.1.3 #
- Correction to examples
0.1.2 #
- Removed prefix
example_from sample Dart files and added README.md to make examples recognisable - Added flag
addPendingLineBreakto 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.