I need to convert the strings literals to other encoding, I was planning to use iconv.h's functions, but I need to know the encoding of the input strings. So the question is, what encoding have the strings returned by clang::StringLiteral::getStrData(), overall wide ones? Thanks pb