Giter Site home page Giter Site logo

Comments (6)

kefir500 avatar kefir500 commented on June 18, 2024 1

Closing as fixed. Reopen if needed.

from apk-editor-studio.

kefir500 avatar kefir500 commented on June 18, 2024

Seems that Qt can detect UTF encodings only when the BOM is present (see qtextcodec.cpp).
In 4904630 I changed the internal open/save algorithm for the code editor in the following way:

Open:

  • Qt tries to detect the file encoding.
  • The fallback decoder is UTF-8.
  • The codec is stored in a variable so it can be retained later when saving.

Save:

  • If the encoding is UTF-8, no BOM is written.
  • If the encoding is some other Unicode encoding, then the BOM is written.
  • Otherwise, no BOM is written.

Please, check out this developer build and let me know if the problem is fixed:
https://github.com/kefir500/apk-editor-studio/releases/tag/development

from apk-editor-studio.

h-h-h-h avatar h-h-h-h commented on June 18, 2024

Unfortunately, there are bad VirusTotal results for this dev build: .zip, .msi, .exe in .zip. I can't run it that way.

from apk-editor-studio.

kefir500 avatar kefir500 commented on June 18, 2024

I believe this is a false positive as there are only 1-2 antivirus engines detecting the files. The developer builds are automatically created at the trusted continuous integration services such as Travis CI (Linux, macOS) and AppVeyor (Windows).

Though it is possible to submit a false positive report to an antivirus vendor, a new developer release is created on every commit which are very frequent. So by the time the false positive report is reviewed, the binary would be already outdated.

  • You can review the AppVeyor build logs here: MSI / ZIP
  • You can compile APK Editor Studio from source yourself.
  • You can wait for a final v1.4.0 release.

from apk-editor-studio.

h-h-h-h avatar h-h-h-h commented on June 18, 2024

Thanks. I'll wait for v1.4.0.

from apk-editor-studio.

kefir500 avatar kefir500 commented on June 18, 2024

@h-h-h-h, in case you have checked the new release, can I have your feedback? Is the issue resolved?

from apk-editor-studio.

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.