You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.
All mb_* string functions should make use of last parameter, which is encoding. Without this (at least in my case) it did not encode polish diacritical symbols encoded in utf-8 (i.e. 'gwóźdź.pl'). My suggested solution, that worked in my case, is to create private $encoding = 'utf-8' class attribute and use it in all 6 mb_something occurs along with encoding setter, just in case anyone needs different encoding. Cheers!
The text was updated successfully, but these errors were encountered:
All mb_* string functions should make use of last parameter, which is encoding. Without this (at least in my case) it did not encode polish diacritical symbols encoded in utf-8 (i.e. 'gwóźdź.pl'). My suggested solution, that worked in my case, is to create private $encoding = 'utf-8' class attribute and use it in all 6 mb_something occurs along with encoding setter, just in case anyone needs different encoding. Cheers!
The text was updated successfully, but these errors were encountered: