Author Topic: messy code in the result of wxWideget  (Read 5486 times)

Offline mikelouis

  • Single posting newcomer
  • *
  • Posts: 5
messy code in the result of wxWideget
« on: April 14, 2009, 03:56:47 pm »
I have intalled wxWideget successfully, but whatever I tape the caracters in my code(English, French, Chinese), the result of the running of the widow of wxWidget is always messy code, including the title, ou texte in the result. what can i do to resolve this problem. Thank you.

Offline dje

  • Lives here!
  • ****
  • Posts: 682
Re: messy code in the result of wxWideget
« Reply #1 on: April 14, 2009, 05:11:21 pm »
Not sure to really understand your problem...

If it is a wxWidget window, it is not the good forum.

If it is Code::Blocks editor, you can go to the editor settings and play with file encodings.

Dje

Offline mikelouis

  • Single posting newcomer
  • *
  • Posts: 5
messy characters in wxWidget window
« Reply #2 on: April 14, 2009, 09:06:51 pm »
Like the subject, how to resolve this problem (I have tried english, french, and chinese, but all the times the messy character in wxWidget window)

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: messy characters in wxWidget window
« Reply #3 on: April 14, 2009, 09:16:13 pm »
Like the subject, how to resolve this problem (I have tried english, french, and chinese, but all the times the messy character in wxWidget window)

Why do you start the same topic twice ?

The next time, I will not merge, but delete it !!!

As dje posted before it might be a problem with file-encoding.
If the file-encoding differs from the system encoding, you might have such problems.

Please be a little more specific about your OS, version of C::B and version of wxWidgets.