I'm not sure if it's a qjs encoding problem or a windows setting problem, the output in both windows terminal and vscode terminal is garbled. ```js console.log('│') ```  It is correct to use redirection to write output to a file ``` ./build/qjs ./a.js > a.txt ``` 
I'm not sure if it's a qjs encoding problem or a windows setting problem, the output in both windows terminal and vscode terminal is garbled.
It is correct to use redirection to write output to a file