I want to print out a directory tree, preferably within the listings package.
The intended content is like this:
ROOT // Root directory.
│
├── flatbuffers // This flatbuffers directo
└── sche
But, on my text editor the box characters join up.
But I cannot make it print, even specifying UTF8 like this:
\lstinputlisting[language={},
nolol=true
,extendedchars=true
,inputencoding=utf8]{tmp.txt}
It produces the 'unrecognised character' signs...
