makeJsonRequest supported charset. Complete font

Former Member
Former Member
Can I use UTF-8 in json response?
Sometimes I got error or crash sim on responses, I suspect utf characters and remove it or decode to similar latin character. But ;)
(
[type] => node
[id] => 2524934997
[lat] => 35.7258857
[lon] => 139.7295517
[tags] => Array
(
[amenity] => fast_food
[cuisine] => japanese
[delivery] => no
[drive_through] => no
[name] => 松屋 新大塚店
[opening_hours] => 24/7
[outdoor_seating] => no
[smoking] => no
[takeaway] => yes
[wheelchair] => no
)

)

sometimest it is not possible :)
Some fonts has "complete" characters?
  • We have a fix that should help address some situations like this (We weren't converting to UTF-8 before sending our response), and it should be available in our next release. But the example above might still have trouble because a device may not support those characters.