Hi, With quite simple c++14 program:
int main() { int j = 1'000; } there is error : 2: warning: unterminated character constant we have lot of examples like this in our code base so it it's a problem xgettext failing on this. Was able to reproduce it on 0.19.8.1 as latest version