Added cj & jyutping lookup

This commit is contained in:
2026-02-20 12:41:04 +08:00
parent 59d5934097
commit f6c9e40540
21 changed files with 114450 additions and 139 deletions

View File

@@ -0,0 +1,11 @@
package cjlookup
import (
"testing"
)
func TestCUHARTLinks(t *testing.T) {
if Big5UrlParam("呀") != "%A7r" {
t.Errorf("Faild to encode Big5 string: %A7r", err)
}
}