Menu

How to enable unicode support for textbox?

2007-08-20
2013-05-02
  • Nobody/Anonymous

    I am using wxDev 6.10.2 in windows xp sp2 english.
    when i input some Chinese characters in the textbox and alert it in the wxMessageBox
    the characters was displayed as some question marks.

    Anyone can help? Many thanks!

     
    • Nobody/Anonymous

      The wxWidget libraries that are supplied with wxDev-C++ are not unicode enabled. The only way around this is to download the source to the wxWidget libraries and compile them yourself. Then use these libraries in place of the ones that come with wxDev-C++.

      The reason why non unicode libraries are used is that unicode ones don't work with older versions of windows 95 etc.

      Sof.T

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.