Hello,
i'm using datatables with server-side processing. JSON file is encoded using ISO-8859-1 and so is the html page. All works ok except filtering - it impossible to search items that contain special characters like german letters ö, ü, ä or ß because search query is encoded using utf-8 instead of ISO-8859-1. Is there a way to encode search parameter using ISO-8859-1?
Regards,
Mike
i'm using datatables with server-side processing. JSON file is encoded using ISO-8859-1 and so is the html page. All works ok except filtering - it impossible to search items that contain special characters like german letters ö, ü, ä or ß because search query is encoded using utf-8 instead of ISO-8859-1. Is there a way to encode search parameter using ISO-8859-1?
Regards,
Mike