codelite icon indicating copy to clipboard operation
codelite copied to clipboard

[Bug]: No output from codelite-terminal when using some characters in source code

Open Simbi0z opened this issue 3 years ago • 0 comments

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

Simbi0z avatar Oct 16 '22 20:10 Simbi0z