1

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?

BenMorel
  • 34,448
  • 50
  • 182
  • 322

2 Answers2

0

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

Kishore Kumar
  • 12,675
  • 27
  • 97
  • 154
0

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

Shyam sundar shah
  • 2,473
  • 1
  • 25
  • 40