I\'m trying to use the tree command in a windows commandline to generate a text file listing the contents of a directory but when I pipe the output the unicode characters get st
I've managed to properly output non-ascii characters from tree command into a file via Take Command Console.
In TCC type "option" and on first tab select "Unicode output". Then simply run
tree /f /a > output.txt