Code::Blocks Forums

User forums => Help => Topic started by: Ciccio on February 01, 2014, 03:32:55 pm

Title: Code::Blocks 13.12 does not compile the letters with accent [Italian language]
Post by: 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?  ???

an image of a running project.

(http://t.imgbox.com/0MDDG3h4.jpg) (http://imgbox.com/0MDDG3h4)

Title: Re: Code::Blocks 13.12 does not compile the letters with accent [Italian language]
Post by: stahta01 on February 01, 2014, 03:47:23 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 (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.
Title: Re: Code::Blocks 13.12 does not compile the letters with accent [Italian language]
Post by: Ciccio on February 01, 2014, 04:04:52 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 (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
Title: Re: Code::Blocks 13.12 does not compile the letters with accent [Italian language]
Post by: stahta01 on February 01, 2014, 05:01:02 pm
Without the build log I have no information on the supposed error; I will ignore you till you post real information!

Tim S.
Title: Re: Code::Blocks 13.12 does not compile the letters with accent [Italian language]
Post by: Jenna on February 01, 2014, 05:07:58 pm
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.
Title: Re: Code::Blocks 13.12 does not compile the letters with accent [Italian language]
Post by: BlueHazzard on February 01, 2014, 05:54:39 pm
this is a unicode problem here i described what you can do:
http://forums.codeblocks.org/index.php/topic,18803.msg128791.html#msg128791

greetings
Title: Re: Code::Blocks 13.12 does not compile the letters with accent [Italian language]
Post by: Ciccio on February 02, 2014, 12:40:07 pm
but the build log does not give me errors.

Code
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))
Title: Re: Code::Blocks 13.12 does not compile the letters with accent [Italian language]
Post by: oBFusCATed on February 02, 2014, 12:41:51 pm
Then what is the problem? You're not seeing the proper characters, when running the program?
Title: Re: Code::Blocks 13.12 does not compile the letters with accent [Italian language]
Post by: BlueHazzard on February 02, 2014, 02:30:20 pm
maybe i should scream: THIS IS A UNICODE PROBLEM
this is a unicode problem here i described what you can do:
http://forums.codeblocks.org/index.php/topic,18803.msg128791.html#msg128791

greetings

btw. this is not really c::b related...
Title: Re: Code::Blocks 13.12 does not compile the letters with accent [Italian language]
Post by: Ciccio on February 04, 2014, 09:55:03 pm
Then what is the problem? You're not seeing the proper characters, when running the program?

yes
Title: Re: Code::Blocks 13.12 does not compile the letters with accent [Italian language]
Post by: BlueHazzard on February 04, 2014, 10:41:26 pm
maybe i should scream: THIS IS A UNICODE PROBLEM
this is a unicode problem here i described what you can do:
http://forums.codeblocks.org/index.php/topic,18803.msg128791.html#msg128791

greetings

btw. this is not really c::b related...