Replies: 2 comments 2 replies
-
|
Same problem here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I've fixed the issue and switched to utf-8 encoding for input and output here: morckx@2fda7b2 Please let me know, if I should make a pull request here and if so, what the constraints should be. If you want to use or try my utf-8 version of pdf-invoice you can use it as a drop-in replacement with the following {
"repositories": [
{
"type": "vcs",
"url": "https://github.com/morckx/pdf-invoice"
}
],
"require": {
"konekt/pdf-invoice": "master-dev"
}
} |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When trying to add the Latvian language, there was a problem with the encoding.
Invoice -> Rēķins
Result:
R??INS
How could I fix this?
Beta Was this translation helpful? Give feedback.
All reactions