DanieLeeuwner/JSZPL

Support for UTF-8 not found

Opened this issue · 0 comments

Maybe I'm wrong and couldn't find a way to set up this on the label, so in case any of you want to do it, this is How I accomplish it by using the raw Object

        raw.data = `^CI28`
        const label = new Label();
        label.content.push(raw)

Adding this to the top of the code, you will see `accutes` display as expected.

It would be nice to have the option to avoid using the raw Object. 

Great package by the way! Thanks!