Rafa Yaw
-
Total de ítens
49 -
Registro em
-
Última visita
Community Answers
-
Rafa Yaw's post in Arquivo de retorno com acentuação ocorrendo erro was marked as the answer
Fiz mais ou menos isso e a princípio deu certo:
StringList.LoadFromFile(Dialog.FileName, TEncoding.UTF8);
StringList.SaveToStream(MemoryStream);
MemoryStream.Position := 0;
Boleto.LerRetorno(MemoryStream);