How can a text file be converted from ANSI to UTF-8 with Delphi 7?

后端 未结 6 1686
渐次进展
渐次进展 2021-01-11 18:48

I written a program with Delphi 7 which searches *.srt files on a hard drive. This program lists the path and name of these files in a memo. Now I need convert

6条回答
  •  臣服心动
    2021-01-11 19:23

    Did you mean ASCII?

    ASCII is backwards compatible with UTF-8. http://en.wikipedia.org/wiki/UTF-8

提交回复
热议问题