StructLayout icon indicating copy to clipboard operation
StructLayout copied to clipboard

Do not work if project path contains æøå.

Open Groenbech96 opened this issue 3 years ago • 2 comments

When I run this on my project I get the following output: image

As you can see my username is Grønbech, which somehow manages to break your code. I have tested on a project that was stored on a path with no special symbols and it works fine.

Groenbech96 avatar Oct 28 '20 12:10 Groenbech96

Interesting! Sorry about that. I will have a look as soon as I can.

Viladoman avatar Oct 28 '20 17:10 Viladoman

Quick update here. I tried it out with a full clang libtooling app from a command line and the default command line parser for the libtooling fails to process those characters too. I am starting to think this is an issue in the clang libtooling sdk.

I will have to check if clang tools like clang-tidy can handle those, and if so how do they handle the command line.

Viladoman avatar Oct 29 '20 04:10 Viladoman