csholmq / vscode-excel-to-markdown-table

VSCode extension to paste Excel copies to markdown table format
MIT License
30 stars 12 forks source link

paste Asian chars as "?" #25

Closed leeHeisen closed 3 years ago

leeHeisen commented 3 years ago

When copying Asian characters(such as Chinese), the extension would not recognize them and paste them as "?"

I run the ts code in command line, and the scripts do recognize Asian chars. Could not figure why this happen.

csholmq commented 3 years ago

Just released a new version using the new vscode API. Please test and reopen this issue if it still persists.