ctypeslib icon indicating copy to clipboard operation
ctypeslib copied to clipboard

UTF-16 char literal variable

Open versusvoid opened this issue 5 years ago • 0 comments

const char16_t const_utf16_char = u'あ';

produces

const_utf16_char = あ

Also would be nice to have option to ignore const scalar "variables", since they are almost always inlined.

versusvoid avatar May 06 '19 17:05 versusvoid