pixeldesu / go-base65536

Go library for base65536
MIT License
27 stars 2 forks source link

"safe" codepoint utility #1

Open DonaldTsang opened 5 years ago

DonaldTsang commented 5 years ago

See https://github.com/qntm/safe-code-point and https://github.com/qntm/base65536gen but something in Golang instead

DonaldTsang commented 5 years ago

https://github.com/Parkayun/base65536/issues/7

thehowl commented 5 years ago

Hey, why do you think this is necessary? Right now the code simply has some tables which have been generated by the very same tool and converted to go (as far as I can remember, this was three years ago haha). Why would having the generator tool written in go be better?

DonaldTsang commented 5 years ago

@thehowl generally speaking the less reliance on other components e.g. Node.js the better. Also there needs to be flexibility on what types of characters you want, and from what ranges. As there will always be varients between the main version and a version that "works" for others.