Hi,

I am trying to process with Spring batch input files that contain cyrillic letters.
Is it enough to add the encoding property for the reader
like encoding ="ISO-8859-5"; ?

Thanks.