ctypeslib
ctypeslib copied to clipboard
UTF-16 char literal variable
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.