x/text/unicode/runenames: allow search of rune by name #32937
Labels
FeatureRequest
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes?
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
x/text/unicode/runenames
provides a way to lookup rune name, I'd like to do the opposite and look for a rune by it's name.What did you expect to see?
A
Rune(name string) (rune, error)
functionWhat did you see instead?
Nothing :)
The text was updated successfully, but these errors were encountered: