TkbmMWJSONMarsha ValueFromString Turkish character Error

Home Forums kbmMW TkbmMWJSONMarsha ValueFromString Turkish character Error

Viewing 3 reply threads
  • Author
    Posts
    • #55938
      Ismet Sonmez
      Participant

      Hi ,

      on TkbmMWJSONMarshal(m).ValueFromString(ABaseObjectClass,AObjectString);

      Syntax error: Nothing to parse.: Pos 1..

      my json is {“statusCode”: 3,”description”: “Uçuş Kapatılmısş.”}

      when change “Uçuş” to “Ucuş” working. Although ı and ş are Turkish characters, it works.

    • #55939
      kimbomadsen
      Keymaster

      {
      “statusCode”: 3,
      “description”: “Uçuş Kapatılmısş.”
      }

      Parsed fine in the object notation demo. However it seems the apparent double quote before the statusCode name was not really a double quote but two single quotes?

    • #55940
      Ismet Sonmez
      Participant

      it is double, when remove turkish its work

      tempstr := ‘{“statusCode”: 3,”description”: “çğöşü ÇĞÖŞÜ”}’;

      version 5.15.10 Enterprise

       

    • #55941
      kimbomadsen
      Keymaster

      Hi,
      Please send a tiny sample app to me showing the problem, since I could not replicate it.
      /Kim

Viewing 3 reply threads
  • You must be logged in to reply to this topic.