character set for chinese, japanese, russian, etc. characters

Tagged:
  • Klaus79
    Participant
      5 years, 10 months ago #17941

      I’ve an issue storing following (and some more) dataset into mysql-table:

      var t002t = [{“spras”:”1″,
      “sprsl”:”0″,
      “sptxt”:”塞尔维亚语”}];

      Result: 1, 0, ??????

      First I thought my mysql table/database has a problem but with collation utf8_general_ci, characterset utf-8 data is stored correct when inserting it directly in mysql.

      So maybe it has something to do with characterset of Simplifier?

      Is there a possibility to check or change it?

      Kahn
      Moderator
        Has successfully completed the online course Introduction
        Has successfully completed the online course Intermediate (200)
        Has successfully completed the online course Advanced (300)
      5 years, 10 months ago #17951
      Up
      0
      Down
      ::

      Hi, could you tell us the SQL-Datatype of the column: sptxt?

      Klaus79
      Participant
        5 years, 10 months ago #17952
        Up
        1
        Down
        ::

        Simplifier: String

        SQL: VARCHAR(16)

      Viewing 3 posts - 1 through 3 (of 3 total)

      You must be logged in to reply to this topic.