I\'ve to read JSON file encoded with utf-8 charset I use this syntax:
$http.get(\'resources/negozi.json\', {header : {\'Content-Type\' : \'applicatio
If you are using php as server-side programming language you can try to set the internal encoding to utf-8 with mb_internal_encoding("utf-8").
mb_internal_encoding("utf-8")