News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Code::Blocks 13.12 does not compile the letters with accent [Italian language]

Started by Ciccio, February 01, 2014, 03:32:55 PM

Previous topic - Next topic

Ciccio

HI! First of all sorry for my bad English.

as the title says code::blocks not compile the letters with the accent on Italian.
how can I fix it?  ???

an image of a running project.




stahta01

Quote from: Ciccio on February 01, 2014, 03:32:55 PM
HI! First of all sorry for my bad English.

as the title says code::blocks not compile the letters with the accent on Italian.
how can I fix it?  ???

Post the error in the Build Log not the message log.

The red underline is likely from the spell check plugin not having the correct language installed or it not being configured right.

If you have a compiler error, it may be a file font issue or a compiler setting issue. I have no idea which is more likely without seeing an error message. Please read the wiki message in case you error is in foreign language http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_can_I_change_the_language_of_the_compiler_.28gcc.29_output_to_english.3F

Google gives more results for C standard error messages.


Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Ciccio

Quote from: stahta01 on February 01, 2014, 03:47:23 PM
Quote from: Ciccio on February 01, 2014, 03:32:55 PM
HI! First of all sorry for my bad English.

as the title says code::blocks not compile the letters with the accent on Italian.
how can I fix it?  ???

Post the error in the Build Log not the message log.

The red underline is likely from the spell check plugin not having the correct language installed or it not being configured right.

If you have a compiler error, it may be a file font issue or a compiler setting issue. I have no idea which is more likely without seeing an error message. Please read the wiki message in case you error is in foreign language http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_can_I_change_the_language_of_the_compiler_.28gcc.29_output_to_english.3F

Google gives more results for C standard error messages.


Tim S.


but it works on linux mint compile the letters with the accent.
I suppose that is the fault of the spell check.
where can I download the plugin of spell check?

anyway, thanks a lot. ;D

stahta01

Without the build log I have no information on the supposed error; I will ignore you till you post real information!

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Jenna

It surely is not the spellchecker, because it does nothing (but underline what it does not know) if you do not explicitely tell it to do so.

Please do what Tim asked you to do and post the full "Build log" (with copy and paste) in code-(see the #-button)-tags, not an image.


Ciccio

but the build log does not give me errors.

mingw32-g++.exe -Wall -fexceptions -g  -c C:\Users\Ciccio\Desktop\prova\main.cpp -o obj\Debug\main.o
mingw32-g++.exe  -o bin\Debug\prova.exe obj\Debug\main.o   
Output file is bin\Debug\prova.exe with size 943.40 KB
Process terminated with status 0 (0 minute(s), 1 second(s))
0 error(s), 0 warning(s) (0 minute(s), 1 second(s))

oBFusCATed

Then what is the problem? You're not seeing the proper characters, when running the program?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

BlueHazzard


Ciccio


BlueHazzard