Announcement

Collapse
No announcement yet.

Problem with German umlauts with the API function Get

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Problem with German umlauts with the API function Get

    When I get a record via API the German umlauts are transmitted incorrectly. Jürgen becomes J\u00fcrgen.

    How can I change this?

  • #2

    json_encode($data, JSON_UNESCAPED_UNICODE) json_decode($json, false, 512, JSON_UNESCAPED_UNICODE)

    Comment


    • #3
      I think your suggestion is for PHP, do you also have a solution for Javascript?

      Comment

      Working...
      X