Skip to content

Non-standard chars in trie #29

@eahlberg

Description

@eahlberg

Trying to use special characters in the trie: å, ä and ö, without success

trie.add("åre")
trie.has_key?("åre") # => true
trie.root.walk("å") # => nil

Weird that has_key? works, but walk doesn't? Anything that can be done about this? @hickford @tyler

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions