How can I save a json-encoded string with international characters to the databse and then parse the decoded string in the browser?
if you get "unexpected Character" error you should check if there is a BOM (Byte Order Marker saved into your utf-8 json. You can either remove the first character or save if without BOM.