Json character encoding for IndexedDB

mr-e c a

New Member
This is my ASP webservice that queries the db and provides a Json file/object:[{"col1":"value1","col2":"value1","col3":"value1"},{"col1":"value2","col2":"value2","col3":"value2"},{"col1":"value3","col2":"value3","col3":"value3"}]\[code\]<!--#include file="JSON_2.0.4.asp"--><!--#include file="JSON_UTIL_0.1.1.asp"--><%Response.CodePage = 28591 Response.CharSet = "ISO-8859-1"'response.write("? ? a
 
Back
Top