Skip to main content
cruzj89645772
Participating Frequently
January 4, 2017
Answered

Reading Text File with "special" characters not Working ?

  • January 4, 2017
  • 1 reply
  • 555 views

I am using  util.readFileIntoStream and util.stringFromStream for Reading a text file and filling a combo box.

If the file have some "special" chars like "ã", "ó" and  "é" they disappear in the process and  not showed in combo.

Any ideas ?

This topic has been closed for replies.
Correct answer JR Boulay

Hi.

Be sure to Save As the text file in Unicode.

1 reply

JR Boulay
Community Expert
JR BoulayCommunity ExpertCorrect answer
Community Expert
January 4, 2017

Hi.

Be sure to Save As the text file in Unicode.

Acrobate du PDF, InDesigner et Photoshopographe
cruzj89645772
Participating Frequently
January 4, 2017

You're right. Thanks.