Git Product home page Git Product logo

Comments (3)

ffreality avatar ffreality commented on June 17, 2024 1

Okay found your problem. It is not about UTF-16 infact if I use HPDF_SetCurrentEncoder(PDF_Document, "UTF-16"); program crash.
You probably used Standart Fonts. They don't support extended characters. For example, I am Turkish and my surname contains Ö character. Standart fonts can't write it.

Adding cyrillic support to standart fonts is not our or even LibHaru's job. Because LibHaru use what PDF standart gives them and we use what LibHaru has. For this reason, you need to use an external font. You can see a node for that.

and you can download an external font from here
https://www.1001fonts.com/cyrillic-fonts.html

I used first one and result is like this.
sample_libharu.pdf

from ff_libharu.

F1nansist avatar F1nansist commented on June 17, 2024 1

Yeah, it works perfectly. Thank you

from ff_libharu.

ffreality avatar ffreality commented on June 17, 2024

Thanks and let me check it but I think I saw a cyrillic related issue on LibHaru.
Sometimes this kind of problems are related with library itself and LibHaru doesn't have a good maintenance

from ff_libharu.

Related Issues (5)

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.