UnicodeEncodeError:'gbk' codec can't encode character '\uf075' in position XXX: illegal multibyte sequence
I have run [System.Console]::OutputEncoding = [System.Text.Encoding]::UTF8. not working. Another document tried, it shows: UnicodeEncodeError: 'gbk' codec can't encode character '\u2022' in position 55: illegal multibyte sequence
Thanks for the report. I will investigate.
Does this happen only with the CLI, or also with the library?
Ok, I think I found the problem and fixed it with 0.1.0a6. Please let me know if it works better for you. Once a fix is confirmed, I will close this issue.
Thank you for the quick fix. I have tested the files with issues and now they are good even I didn't run [System.Console]::OutputEncoding = [System.Text.Encoding]::UTF8. Thanks again.