theapache64 / movie_db

A simple API for IMDB (free and unlimited access - no API key needed)
Apache License 2.0
39 stars 8 forks source link

Accents #3

Open jief666 opened 7 years ago

jief666 commented 7 years ago

Hi, there is a problem with accents. The charset you use seems to be ISO-8859-1. My guess is a missing "Content-Type application/json; charset=iso-8859-1" header in response. HTTP 1.1 says that the default charset is ISO-8859-1, that's why it's working in a browser. But not in google script. Jief

PS : movie with accent : http://theapache64.xyz:8080/movie_db/search?keyword=tt3337092 PS2 : would you consider switching to utf-8 ?