Code Monkey home page Code Monkey logo

Comments (3)

PaulSquires avatar PaulSquires commented on June 2, 2024

Thank you for the bug report and the email that you sent me with the screenshots. I will investigate further over the next few days once Christmas holidays wind down. I believe it may be related to UTF-8 to UTF-16 conversion. The form file (*.design) is a standard JSON file that is saved in UTF-8 format. When that file is read from disk, the data is stored in UTF-16 so that the various Windows controls used in WinFBE (like the Properties, etc) can display them in native Windows encoding. Maybe something is causing a problem with certain Chinese characters during this transition.

As a workaround until this issue is fixed, you can save your form code file as UTF-16 unicode (rather than ANSI) and set your various control properties via code rather than in the Property Explorer. For example, in your Form's LOAD event you could set the textbox Text property. Form1.Text1.Text = "my text"

from winfbe.

PaulSquires avatar PaulSquires commented on June 2, 2024

I have fixed the import of the UTF-8 JSON Design file to convert to unicode that WinFBE uses in its Win32 api based Windows controls. My limited test with Chinese characters seem to be working correctly. Please download the following ZIP archive and extract the two EXE's from the ZIP file to overwrite your existing 32 bit and 64 bit versions of your WinFBE EXE.
https://www.planetsquires.com/files/winfbe_chinese_issue.zip

Please let me know if this fixes your issue.

from winfbe.

PaulSquires avatar PaulSquires commented on June 2, 2024

Thank you for all your help with fixing this bug (via private email). The fixes will be in version 3.0.7 that will be released soon. Also, thanks for the information that for non-English users that they should enable "Beta: Use Unicode UTF-8 for worldwide language support" option in their WINDOWS 10 or 11 operating system. Happy New Year!

from winfbe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.