Frage

I am facing Encoding problem in LiveLink API, My code sample is

     _llsession = new LLSession(Server, Port, "", UserName, Password);
    _llsession.setEncoding("ISO-8859-6");

Could you please give information about what is default Encoding Livelink server use?

War es hilfreich?

Lösung

You can not set encoding in API. In order to set encoding method

Go to //Livelink/livelink.exe?func=admin.sysvars

Set charaset as UTF-8

Andere Tipps

You can check the default encoding in OpenText.ini inside config folder.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top