1

I'm using the Apple Search API

and getting a JSON such as the one in this link

What character set is the description string in? If I wanted to store this in a mysql table, what character set would mysql have to be using?

Kara
  • 6,115
  • 16
  • 50
  • 57
user1467188
  • 617
  • 1
  • 10
  • 28

1 Answers1

1

From the documentation you linked to:

All JSON results are encoded as UTF-8.

Thilo
  • 257,207
  • 101
  • 511
  • 656