mkdocs-plugin-tags icon indicating copy to clipboard operation
mkdocs-plugin-tags copied to clipboard

Encoding problems on Windows (e.g. Chinese)

Open iydon opened this issue 3 years ago • 0 comments

Adding encoding='utf-8' to the following code solves the problem.

https://github.com/jldiaz/mkdocs-plugin-tags/blob/fec38cd051f64381c116455e61d93ae5dd8d7340/tags/plugin.py#L106

https://github.com/jldiaz/mkdocs-plugin-tags/blob/fec38cd051f64381c116455e61d93ae5dd8d7340/tags/plugin.py#L127

iydon avatar Oct 28 '21 14:10 iydon