We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 33014 ☆ A M B ☆
    • 1,231 Posts
    My english is very poor. It explains in the image.



    I should have installed it with utf8_general_ci. (used japanese lang)
    But, However actually, "latin1_swedish_ci". huh
    Certainly, a default value of the DB was "latin1_swedish_ci", when examining it.

    For instance, site name (site setting ) and document title is encode failure.
      • 22303 MODX Staff
      • 10,725 Posts
      You’ll have to use SET CHARACTER SET as database_connection_method and latin1 as your database_connection_charset, or try using SET NAMES with utf8. Otherwise, you’re going to have to convert your database to a proper charset.
        • 33014 ☆ A M B ☆
        • 1,231 Posts
        It thinks like those three solutions that you showed.
        Thank you.