Problem with German umlauts with the API function Get

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Harald
    Member
    • May 2018
    • 40

    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?
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2

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

    Comment

    • Harald
      Member
      • May 2018
      • 40

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

      Comment

      Working...