codelite
codelite copied to clipboard
[Bug]: No output from codelite-terminal when using some characters in source code
What happened?
Some characters like á in the source code make codelite-terminal only print "Hit any key to continue...". Tested both in version 16.0.0 and git 16.4.0.r96.gda8a3904e-1. Other terminals print these characters fine.
Version
Self compiled
Operating system
Linux
Steps to reproduce
#include <iostream>
using namespace std;
int main(int argc, char **argv)
{
printf("números");
return 0;
}
Relevant log output
No response