Skip to content

241m/rot8000

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rot8000

Package rot8 provides utilities for ROT-8000 cyphering of Unicode text.

Usage

import "github.com/241m/rot8000/rot8"

func main() {
	s := "Hello, World!"
	r := rot8.Rotate(s)

	fmt.Printf("r = %q\n", r)

	// Output:
	// r = "籑籮籵籵籸簵 籠籸类籵籭簪"
}

Prior art

rottytooth/rot8000 - original C#/Javascript implementation.

bits/UTF-8-Unicode-Test-Documents - Unicode BMP test file.

About

Package rot8 provides utilities for ROT-8000 cyphering of Unicode text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages