The client sends:
{
"jsonrpc": "2.0",
"id": 1,
"method": "GetSupportedCodePages",
"handle": -1,
"params": []
}
The engine returns:
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"qCodePages": [
{
"qDescription": "10000 (MAC - Roman)",
"qNumber": "10000"
},
{
"qDescription": "10001 (MAC - Japanese)",
"qNumber": "10001"
},
{
"qDescription": "775 (OEM - Baltic)",
"qNumber": "775"
},
{
"qDescription": "850 (OEM - Multilingual Latin I)",
"qNumber": "850"
},
{
"qDescription": "855 (OEM - Cyrillic)",
"qNumber": "855"
},
{
"qDescription": "857 (OEM - Turkish)",
"qNumber": "857"
},
{
"qDescription": "Västeuropeiska",
"qName": "iso-8859-1",
"qNumber": "1252"
}
]
}
}
The list of the supported code pages is returned.