Read text file and Windows-1252 problem

Hello,

On reading an ANSI file with “Read text file” activity, we have problem with encoding “Windows-1252” :


It always fails with error :

One or more errors occurred. (‘Windows-1252’ is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. (Parameter ‘name’)) (‘Windows-1252’ is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. (Parameter ‘name’)) (‘Windows-1252’ is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. (Parameter ‘name’))

“Windows-1252” has been copy/paste from Supported Character Encoding
It seems “iso-8859-1” is a workaround.

Please, help,
Bruno

Hi @bruno40 ,
Refer to the following thread, solved by @Yoichi

1 Like

Have a look here:

2.11 Unsupported specific character encoding

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.