Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter bircoff

    (@bircoff)

    Field “Title” is ok. Czech characters (ì????yáíé) ok.
    Screen Shot 2019 10 09 at 11 04 05

    But, characters (ì????yáíé) in field %USER_NAME%, %USER_BUSINESS%, it is not inserted into the pdf file ??

    You can try and see.

    Thanks

    Thread Starter bircoff

    (@bircoff)

    Thanks!

    /etc/mysql/my.conf:
    character-set-server = utf8mb4
    collation-server = utf8mb4_general_ci

    WP-config.php:
    /** Database Charset to use in creating database tables. */
    define(‘DB_CHARSET’, ‘utf8mb4’);

    In Mysql:
    MariaDB [DB]> SELECT @@character_set_database, @@collation_database;
    +————————–+———————-+
    | @@character_set_database | @@collation_database |
    +————————–+———————-+
    | utf8mb4 | utf8mb4_general_ci |
    +————————–+———————-+
    1 row in set (0.000 sec)

    Website currently contains Czech characters (content)

    ideas?

Viewing 2 replies - 1 through 2 (of 2 total)