preservim / tagbar

Vim plugin that displays tags in a window, ordered by scope
https://preservim.github.io/tagbar
Other
6.12k stars 486 forks source link

read ctags output using the utf8 encoding (see issue: #748) #749

Closed vds2212 closed 3 years ago

vds2212 commented 3 years ago

The ctags default output encoding is utf8. This pull request propose to default to utf8 when reading the ctags output. Otherwise for some files (e.g. _vimrc in my case) ctags fails to parse the output.