utf_ext 0.1.3
utf_ext: ^0.1.3 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)
example/README.md
How To Use the utf_ext Package
Contents #
utf_cat.dart- see how to read UTF files and print to terminal, similar tocat(POSIX) ortype(Windows)utf_conv.dart- see how to convert files from one UTF format to another, similar toiconv(POSIX)