|
3 | 3 | [](https://github.com/JuliaStrings/StringEncodings.jl/actions?query=workflow%3ACI+branch%3Amaster) |
4 | 4 | [](http://codecov.io/github/JuliaStrings/StringEncodings.jl?branch=master) |
5 | 5 |
|
6 | | -This Julia package provides support for decoding and encoding texts between multiple character encodings. It is currently based on the iconv interface, and supports all major platforms using [GNU libiconv](https://www.gnu.org/software/libiconv/). In the future, native Julia support for major encodings will be added. |
| 6 | +This Julia package provides support for decoding and encoding texts between multiple character encodings. It is currently based on the iconv interface, and supports all major platforms using [GNU libiconv](https://www.gnu.org/software/libiconv/). |
7 | 7 |
|
8 | 8 | ## Encoding and Decoding Strings |
9 | 9 | *Encoding* a refers to the process of converting a string (of any `AbstractString` type) to a sequence of bytes represented as a `Vector{UInt8}`. *Decoding* refers to the inverse process. |
|
0 commit comments