News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Numbers being displayed as odd symbols...

Started by dorkins, August 14, 2016, 11:09:40 AM

Previous topic - Next topic

dorkins

The number 1, 2, 4, 8, 9 are all displayed normally to me but the others, not so much. I'm not sure whats causing this glitch (if even a glitch) so is anyone knows how to fix it please help!

a screenshot of my workspace will be attached.

edit: just realized 7 looks like 8. help

Jenna

Which version of Code::Blocks, which OS, which system-language ?
Where do you get Code::Blocks from ?
If self-compiled, how did you do it (Code::Blocks and wxWidgets) ?

dorkins

I downloaded codeblocks-16.01mingw-setup.exe from Sourceforge.net, I'm using windows 10 and my system language is English (US)

MortenMacFly

Quote from: dorkins on August 15, 2016, 12:25:26 AM
I downloaded codeblocks-16.01mingw-setup.exe from Sourceforge.net, I'm using windows 10 and my system language is English (US)
Works fine here on Windows 10. Did you change the fonts inside C::B or using a custom default font on Windows?

You may want to try to remove the default.conf file in your %APPDATA%\codeblocks folder.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

dorkins

Quote from: MortenMacFly on August 15, 2016, 07:40:21 AM
Quote from: dorkins on August 15, 2016, 12:25:26 AM
I downloaded codeblocks-16.01mingw-setup.exe from Sourceforge.net, I'm using windows 10 and my system language is English (US)
Works fine here on Windows 10. Did you change the fonts inside C::B or using a custom default font on Windows?

You may want to try to remove the default.conf file in your %APPDATA%\codeblocks folder.
I'm using the default font and I've deleted default.conf from the folder. The problem still persists.

BlueHazzard

Does this problem also arises in other programs? Can you try if this problem arises also with this software: http://www.scintilla.org/SciTE.html

What is your graphic card?

dorkins

The graphics card I'm using is the AMD Radeon R7 370 Series. I'd like to have tried out that program but i'm not quite sure how to install it, could you link me a tutorial maybe?

BlueHazzard

Download http://www.scintilla.org/Sc366.exe and run it. Try to type your numbers and look if they look the same...

thanks

greetings

dorkins


stahta01

Quote from: dorkins on August 17, 2016, 01:21:36 AM
The numbers look normal in this program.

Please type multiple line of text; then, do view -> Line numbers.

Does it still work right?

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]

dorkins

Its perfectly fine in this program but the other day I went to go port forward something for a server, and pretty much the same thing happend for the numbers there too.

dorkins


ollydbg

I never see such issue. (Though I don't have Win10, I'm only on WinXP).
Can you try to use a nightly build version, and see whether this bug happens there?
What is the source code encoding?
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

dorkins

I forgot to thank everyone for replying, the problem was fixed when i updated my windows 10, thank you all for the help.