I'm not sure this is really APIC specific.
Make sure your backend API is returning a content type that says it is UTF8, and then JSON stringify should handle it correctly. e.g.
Content-type: application/json; charset=utf-8
------------------------------
Chris Dudley
------------------------------