Answered Performance issue with use of -cpinternal UTF-8 startup parameter

Ranjith0705

New Member
Hi Guys,

I try to read a pdf file, encode it and split the data into a specified length and write it back to a text file. When the session is started with -cpinternal is "UTF-8" it takes more time to execute than when -cpinternal is "ISO8859-1". I have attached the code which i am running for reference. It is taking more time in performing the arithmetic operation in the substring function.

Any suggestions on why it takes more time with UTF-8.

Thanks in Advance.
 

Attachments

  • test.p
    1.2 KB · Views: 11
Top