Author Topic: Code::Blocks 13.12 does not compile the letters with accent [Italian language]  (Read 15463 times)

Offline Ciccio

  • Single posting newcomer
  • *
  • Posts: 4
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.




Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
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.
« Last Edit: February 01, 2014, 03:51:02 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Ciccio

  • Single posting newcomer
  • *
  • Posts: 4
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

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
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++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
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.

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
this is a unicode problem here i described what you can do:
http://forums.codeblocks.org/index.php/topic,18803.msg128791.html#msg128791

greetings

Offline Ciccio

  • Single posting newcomer
  • *
  • Posts: 4
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))

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
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!]

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
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...

Offline Ciccio

  • Single posting newcomer
  • *
  • Posts: 4
Then what is the problem? You're not seeing the proper characters, when running the program?

yes

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
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...