Giter Club home page Giter Club logo

Comments (5)

zinpub avatar zinpub commented on July 28, 2024 1

I will choose free time and try to compile ... Then I will write here

from xmltools.

Tichij avatar Tichij commented on July 28, 2024

I'm guessing that your file is not in UTF-8 (that is a default character encoding for XML documents) and without specified used encoding in XML Prolog line (e.g. <?xml version="1.0" encoding="windows-1251"?> )...

from xmltools.

zinpub avatar zinpub commented on July 28, 2024

I'm guessing that your file is not in UTF-8 (that is a default character encoding for XML documents) and without specified used encoding in XML Prolog line (e.g. <?xml version="1.0" encoding="windows-1251"?> )...

изображение
everything is present

from xmltools.

Tichij avatar Tichij commented on July 28, 2024

It looks like this is the problem with libxml2: it does not support windows-1251 encoding.
Try to change encoding to ISO-8859-5, and the issue will disappear (at least to me).
Not latest version (2.9.3: Nov 20 2015) of this library is now in use.
Maybe in the latest version (2.9.7: Nov 02 2017) this is already resolved...
I have the similar issues with some Lithuanian (windows-1257) letters.
Unfortunately, I couldn't find the binaries (only source code is present) of the latest version...

from xmltools.

mikekaganski avatar mikekaganski commented on July 28, 2024

No problem for me with plugin version 3.0.4.3 (Unicode 64-bit) using MSXML (expectedly). Couldn't test with a current version using libxml2.

from xmltools.

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.