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

replace strtolower calls with Common::mb_strtolower to prevent twig error " The string to escape is not a valid UTF-8 string" #10083

Closed
mattab opened this issue Apr 21, 2016 · 0 comments
Labels
not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.

Comments

@mattab
Copy link
Member

mattab commented Apr 21, 2016

Goal:

  • Replace most calls to strtolower by Common::mb_strtolower
  • Similarly replace calls to strtoupper, ucfirst, and other non unicode safe functions (maybe this could be done in a separate issue if this one focuses on strtolower)

Follows up #10050 #4410

@mattab mattab added this to the 3.0.0 milestone Apr 21, 2016
@mattab mattab changed the title replace strtolower calls with Common::mb_strtolower to prevent errors on unicode strongs replace strtolower calls with Common::mb_strtolower to prevent twig error " The string to escape is not a valid UTF-8 string" Aug 2, 2016
@sgiehl sgiehl added the Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change. label Nov 26, 2017
@mattab mattab closed this as not planned Won't fix, can't repro, duplicate, stale Dec 10, 2023
@sgiehl sgiehl added the not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. label Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Projects
None yet
Development

No branches or pull requests

2 participants