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
Which operating systems have you tested for this bug?
Windows
Which server did you use?
cli
Database
Postgres 16
What happened?
strtolower() in BaseBuilder.php on line 1135 will ignore the multibyte characters (according to PHP8 docs) or in experience on 7.4 will mangle them into diamonds (�).
PHP Version
7.4
CodeIgniter4 Version
4.4.8
CodeIgniter4 Installation Method
Composer (using
codeigniter4/appstarter
)Which operating systems have you tested for this bug?
Windows
Which server did you use?
cli
Database
Postgres 16
What happened?
strtolower() in BaseBuilder.php on line 1135 will ignore the multibyte characters (according to PHP8 docs) or in experience on 7.4 will mangle them into diamonds (�).
Steps to Reproduce
$query->like('name', 'Š', 'both', null, true)->find();
Expected Output
all rows where name contains
š
Actual Output
ErrorException: pg_query(): Query failed: ERROR: invalid byte sequence for encoding "UTF8": 0xe5 0xa1 0x27 in C:....
Anything else?
No response
The text was updated successfully, but these errors were encountered: