Registry / serialization / dop251-scsu

dop251-scsu

JSON →
library0.0.0-20220106150536-84ac88021d00gogounverified

A Go implementation of the Standard Compression Scheme for Unicode (SCSU).

go get github.com/dop251/scsu
INSTALL
IMPORT
SIG · DOP251-SCSU
D
dop251-scsu
serializationgov0.0.0-20220106150536-84ac88021d00
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

scsu
github.com/dop251/scsu

Encode a UTF-8 string using SCSU compression.

package main import ( "fmt" "github.com/dop251/scsu" ) func main() { compressed := scsu.Encode([]byte("Hello, 世界")) fmt.Println("Compressed:", compressed) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20220106150536-84ac88021d00latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
dop251-scsu — go get dop251-scsu · libregistry