Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of special characters (ÄÜÖ) in receipt examples #1184

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

rottifant
Copy link

Up to now, if special characters such as ÄÜÖ were used in the receipt examples, there were problems with the distance to the margin.
It looked like this:

image

With function utf8_decode before str_pad so that the margin is calculated "correctly" and utf8_encode after it, it works as it should:

image

(The printer I use is the Epson TM-T88IV)

@angeljqv
Copy link

You are adding a issue on that example, utf8_encode is going to be deprecated
https://php.watch/versions/8.2/utf8_encode-utf8_decode-deprecated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants