How do I get Japanese to show up in the ticket description instead of question marks

How do I allow for mixed languages when creating a ticket in the description value.

Example:

curl -v -u -F priority=1 -F “subject=Curl Test Ticket” -F “description=スマートフォンを変更したらログインできません。「サインインにて問題が発生しています」と表示されています。” -X POST ‘https://xxx.freshdesk.com/api/v2/tickets

The resulting ticket will have question marks for the Japanese text. What can I add or change to the request to have the Japanese text show?

Hey Travis. Welcome to the community :partying_face:

Can you share with me the response that you get for the CURL request, so that I can help

1 Like

Freshdesk has already addressed this issue. Turned out that the curl request was not handling the UTF-8 encoding.

3 Likes