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

Tagged:
  • Klaus79
    Teilnehmer
      vor 5 Jahren, 9 Monaten #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?

      Klaus79
      Teilnehmer
        vor 5 Jahren, 9 Monaten #17952
        Up
        1
        Down
        ::

        Simplifier: String

        SQL: VARCHAR(16)

        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)
        vor 5 Jahren, 9 Monaten #17951
        Up
        0
        Down
        ::

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

      Ansicht von 3 Beiträgen – 1 bis 3 (von insgesamt 3)

      You must be logged in to reply to this topic.