I am currently working in SQR process, and had encountered an issue during file processing as it results to error due to special character, slanted apostrophe (’). It is a flat file saved as UTF-8. I tried changing it as ANSI and worked well, but how do I make my code work without changing the encoding?
Asked
Active
Viewed 307 times
0

Nikolay Shebanov
- 1,363
- 19
- 33

capacitive
- 17
- 6
-
What's your question? – cardmagik Jun 30 '20 at 15:00
-
Could you update the question to include the error logs, the file in question and maybe a piece of code that has problems? – Nikolay Shebanov Jun 30 '20 at 15:33