ctags icon indicating copy to clipboard operation
ctags copied to clipboard

C++: add unicode identifier name support

Open popkc opened this issue 1 year ago • 1 comments

Ctags currently does not support Unicode identifiers in c++, but I found that it only requires modifying one line of code to make it support them.

popkc avatar Aug 31 '24 06:08 popkc

The C++ related test cases failed on the may platforms. If you use autotools to build ctags, the failures may be reproduced with following command line:

$ ./configure --enable-debugging
$ make units LANGUAGES=C++

See https://docs.ctags.io/en/latest/testing-parser.html#units-test-facility about the test harness used in ctags.

masatake avatar Aug 31 '24 19:08 masatake

I'll close this because the tests failed with this pull request, which has not been updated for more than three months.

masatake avatar Dec 03 '24 03:12 masatake