tree-sitter / py-tree-sitter

Python bindings to the Tree-sitter parsing library
https://tree-sitter.github.io/py-tree-sitter/
MIT License
817 stars 96 forks source link

feat(parser): support UTF-16 encoding #235

Closed ObserverOfTime closed 4 months ago

ObserverOfTime commented 4 months ago

utf8 / utf16 are preferred by any valid alias is supported.

Closes #204 & closes #211