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

fix multibyte charactor with utf-8 encoding #147

Closed
wants to merge 2 commits into from

Conversation

JochenPfaeffle
Copy link

If the content of the line is on utf-8 encoding and the line has mulibyte charactor. This line kills the mulibyte charactor.

With this fix it wount be killed the mulibyte charactors.

@sabas
Copy link
Collaborator

sabas commented Feb 6, 2025

Hi, it does seem to fail a test?

@JochenPfaeffle
Copy link
Author

I found a other way. Now I init the parser without string. After this I override the stripChars with setStripRegex and then I call the loadString. But I see at the moment we use a old version of the package. I will lock to update our composer and test my programm.

Sorry it was my fail.

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.

2 participants