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