Hello,
so my va has many pilots who use letters like “č” in there names but it gets saved as “?” so as a random made up example “Grčar” is saved as “Gr?ar”
Page encoding in local.config.php is set to:
Page encoding options
Config::Set(‘PAGE_ENCODING’, ‘utf8mb4’);
i have also tried
Page encoding options
Config::Set(‘PAGE_ENCODING’, ‘UTF-8’);
SQL Collation is mix of “latin1_swedish_ci” and some addon tables are “utf8_general_ci”