1
I’m writing some strings on screen using the Opengl library and some of the words saved are accentuated words, example: república checa
, where the exit ends up being: repblica checa
has how to solve this problem without using external library? I would not like to use the #include <locale>
for fear of incompatibility between windows or linux systems, some solution?
One remark, using the ASCII table is not a viable option.