User forums > Help
Problem with accentuated characters in build messages window
skirby:
I am not sure but I am not an expert.
But, don't you think that the problem could be due to the way C::B retrieve messages from compiler (problem with unicode string or something like that)
mykeys:
It's because the standard console output encoding is cp437 (a.k.a IBM437), but the default encoding is windows-1252.
I would suggest to translate all accentuated characters when the user is using windows, knowing that the table is this:
I'm looking forward to solutions :)
JGM:
--- Quote from: skirby on June 26, 2007, 11:23:57 pm ---I am not sure but I am not an expert.
But, don't you think that the problem could be due to the way C::B retrieve messages from compiler (problem with unicode string or something like that)
--- End quote ---
I'm a spanish speaker and I have the same problem with accentuated letters like áéíóú. I resolved the problem on windows with the following argument for the compiler on gcc, -finput-charset=iso-8859-1. Maybe you have to specified to the compiler what file encoding is used.
For a reason I don't understand the utf-8 encoding is not working and is the default on gcc if i'm not wrong.
Navigation
[0] Message Index
[*] Previous page
Go to full version