A Standard Compression Scheme for Unicode implementation in Go
This in an implementation of SCSU as described in https://www.unicode.org/reports/tr6/tr6-4.html Although UTF-8 is now the most commonly used and recommended encoding, in some cases the use of SCSU can be beneficial. For example when storing or transmitting short alphabetical texts (Arabic, Hebrew, Russian, etc.) where general-purpose compression algorithms are inefficient, but SCSU provides nearly 50% compression ratio over UTF-8. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/dop251/scsu
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0-0.2.20210407git8fadfb6.fc35 | - |
Fedora 35 | 0-0.2.20210407git8fadfb6.fc35 | - |
You can contact the maintainers of this package via email at
golang-github-dop251-scsu dash maintainers at fedoraproject dot org
.