Browse Source
Modified the regex for prefix_template and keyword_template in PartTree in order to support arbitrary unicode characters. Before that change we didn't support unicode correctly since we assumed that a character would have a lower and upper case representation which is often not the case, e.g. in chinese. Original pull request: #41.pull/44/head
2 changed files with 19 additions and 2 deletions
Loading…
Reference in new issue