Hi. I have already posted a question on the subject of special chars read from Text file. The common answer to my question of that time and others on same topic was: write the File with UTF8 codes, not using NotePad (who uses Ansi) etc. etc. This helps, of course, if we can write the file.. BUT .. what about the situation in which we cannot write the file and we have to deal with it "as is"? In particular, I am talking about dxf Files, written by Autocad (so not by the first guy on the road..). Dxf files are text files. If I don't miss something, I can only use variables of string type to process ithem Therefore, when I read a string, i can find special characters (btw one of my most hated features in my professional life, sorry). Then I have to display this text on a ListBox in B4A, for example. Of course special chars are displayed as funny characters. Has this problem a solution? Maybe there is a smart conversion which I don't know...
Thanks in advance
Thanks in advance