Coder Social home page Coder Social logo

Comments (4)

MajicDesigns avatar MajicDesigns commented on May 28, 2024

Fixed. Release as version 3.0.2

from md_parola.

immortalserg avatar immortalserg commented on May 28, 2024

after the update, it does not display characters at all that are used without conversion in UTP-8.
The letter "Б" is UTF-8 encoding 208, 145
in the library version 3.0.1 string
P.displayText ("ББ", PA_CENTER, 0, 0, PA_PRINT, PA_NO_EFFECT);
displayed characters: 208 145 208 145
I use the symbol 145 in the character code 145
4, 127, 73, 73, 49, // 145 - Б
in character code 208 - empty
0, // 208 - for rus fonts UTF-8
displays between 2 letters Б two intervals.
after updating to 3.0.2 does not display characters with code 145
This sketch does not display data in version 3.0.2, in version 3.0.1 data displays https://github.com/immortalserg/MD_Parola_fonts/tree/master/examples/Parola_Fonts

после обновления не отображает вообще символы которые без перекодировки в UTF-8 используются.
Буква "Б" имеет UTF-8 кодировку 208, 145
в версии библиотеки 3.0.1 строка
P.displayText("ББ", PA_CENTER, 0, 0, PA_PRINT, PA_NO_EFFECT);
выводила символы: 208 145 208 145
я в шрифте использую в коде символа 145 символ "Б"
4, 127, 73, 73, 49, // 145 - Б
в коде символа 208 - пустой
0, // 208 - for rus fonts UTF-8
выводит между 2 буквами Б два интервала.
после обновления на 3.0.2 не выводит символы с кодом 145 в шрифте.
Этот скетч не выводит данные в версии 3.0.2, в версии 3.0.1 данные выводит https://github.com/immortalserg/MD_Parola_fonts/tree/master/examples/Parola_Fonts

from md_parola.

MajicDesigns avatar MajicDesigns commented on May 28, 2024

Should be fixed now. Release 3.1.0
Zero length character was taken to be the end of the string, which was your first character. Animations PRINT, HSCROLL and SLICE needed logic changes modification to allow the zero width length characters + some internal changes to the lib. More work that I thought was necessary. :-(

from md_parola.

immortalserg avatar immortalserg commented on May 28, 2024

running, the problem is closed

from md_parola.

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.